Mathematica 9 is now available

ColumnForm

Usage

ColumnForm[{ ,  , ... }] prints as a column with  above  , etc.
ColumnForm[list, horiz] specifies the horizontal alignment of each element.
ColumnForm[list, horiz, vert] also specifies the vertical alignment of the whole column.


Notes

• Possible horizontal alignments are:
Center centered
Left left justified (default case)
Right right justified
• Possible vertical alignments are:
Above the bottom element of the column is aligned with the baseline
Below the top element is aligned with the baseline (default case)
Center the column is centered on the baseline
• The first argument of ColumnForm can have any head, not necessarily List.
ColumnForm acts as a "wrapper", which affects printing, but not evaluation.
• New in Version 1.


Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.