CellBaseline
Usage
• 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.
Notes
• 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 baselines of other boxes. • Possible settings are:
| Axis | axis of the expression in the cell | | Baseline | baseline of the expression in the cell (default) | | Bottom | bottom of the expression in the cell | | Center | center of the expression in the cell | | Top | top of the expression in the cell |
• New in Version 3.
|