TextAlignment
Usage
• TextAlignment is an option for Cell which specifies how successive lines of text should be aligned.
Notes
• Possible settings are:
| Left or -1 | aligned on the left | | Right or +1 | aligned on the right | | Center or 0 | centered | | x | lined up at position x across the page |
• TextAlignment can be used both for ordinary text and for Mathematica expressions. • New in Version 3.
|