|
|
|||
|
|
| Built-in Mathematica Symbol | Tutorials »|See Also »|More About » |
Column |
| Column[{expr1, expr2, ...}] is an object that formats with the expri arranged in a column, with expr1 above expr2, etc. |
| Column[list, alignment] aligns each element horizontally in the specified way. |
| Column[list, alignment, spacing] leaves the specified number of x-heights of spacing between successive elements. |
| Center | centered | |
| Left | left justified (default) | |
| Right | right justified | |
| "c" | align on the character "c" | |
| {h,v} | separate horizontal and vertical alignment |
| Alignment | {Left,Baseline} | horizontal and vertical alignment of items | |
| Background | None | what background colors to use | |
| BaselinePosition | Automatic | what to align with a surrounding text baseline | |
| BaseStyle | {} | base style specifications for the column | |
| DefaultElement | "\[Placeholder]" | what element to insert in an empty item | |
| Dividers | None | where to draw divider lines in the column | |
| Frame | None | where to draw frames in the column | |
| FrameStyle | Automatic | style to use for frames | |
| ItemSize | Automatic | width and height of each item | |
| ItemStyle | None | individual styles for items | |
| Spacings | Automatic | horizontal and vertical spacings |
| {s1,s2,...,sn} | use s1 through sn; then use defaults | |
| {{c}} | use c in all cases | |
| {{c1,c2}} | alternate between c1 and c2 | |
| {{c1,c2,...}} | cycle through all ci | |
| {s,{c}} | use s, then repeatedly use c | |
| {s1,{c},sn} | use s1, then repeatedly use c, but use sn at the end | |
{s1,s2,...,{c1, c2, ... }, sm, ... , sn} | ||
| use the first sequence of si at the beginning, then cyclically use the ci, then use the last sequence of si at the end | ||
| {s1,s2,...,{},sm,...,sn} | use the first sequence of si at the beginning and the last sequence at the end | |
| {i1->v1,i2->v2,...} | specify what to use at positions ik | |
| {spec,rules} | use rules to override specifications in spec | |
| spec | apply spec to all gaps between items | |
| {specx,specy} | apply speci to successive horizontal and vertical gaps |
| Axis | axis of the middle row in the column (default) | |
| Baseline | baseline of the middle row in the column | |
| Bottom | bottom of the whole column | |
| Center | halfway from top to bottom | |
| Top | top of the whole column | |
| {i,pos} | position pos in element i |
| © 2013 Wolfram Research, Inc. |