|
TotalWidth
TotalWidth is an option which can be set for output streams to specify the maximum total number of characters of text that should be printed for each output expression. Short forms of expressions are given if the number of characters needed to print the whole expression is too large.
TotalWidth bounds the actual numbers of characters generated. Line breaks are not counted.
TotalWidth -> Infinity allows expressions of any length to be printed.
SetOptions[stream, TotalWidth -> n] resets the total width allowed for an open stream.
See also: Short, Skeleton, PageWidth.
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT. SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION. |