Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Notebooks and Documents > Notebook Formatting & Styling > Cell Styling Options >
Mathematica > Notebooks and Documents > Notebook Formatting & Styling > Stylesheets > Cell Styling Options >

CellBaseline

CellBaseline
is an option for Cell which specifies where the baseline of the cell should be assumed to be when it appears inside another cell.
  • CellBaseline is used to determine the vertical alignment of cells that are embedded in text, typically in TextData objects.
  • CellBaseline->pos specifies that position pos in the Cell should be assumed to be the baseline of the Cell and should therefore be aligned with the baselines of other boxes.
  • Possible settings are:
Axisaxis of the expression in the cell
Baselinebaseline of the expression in the cell (default)
Bottombottom of the expression in the cell
Centercenter of the expression in the cell
Toptop of the expression in the cell
Put some expressions into a line of text with various choices of CellBaseline:
Put some expressions into a line of text with various choices of CellBaseline:
In[1]:=
Click for copyable input
New in 3
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team