|
PageWidth
PageWidth is an option for output streams and for cells which specifies how wide each line of text should be allowed to be.
Possible settings for output streams are:

SetOptions[stream, PageWidth -> val] resets the line width allowed for an open stream.
Possible settings for cells are:

PageWidth->WindowWidth allows each line to use the full width of the displayed window, taking into account settings for CellMargins.
See Section 2.11.10 and Section 2.12.3.
See also: TotalWidth, TextJustification, AutoIndent.
New in Version 1; modified in 3.
Further Examples
|