CellBaseline
Usage
• CellBaseline 是 Cell的一个选项,指明当一个单元出现在另一个单元中时,假设有单元的基线。
Notes
• CellBaseline 用于确定捆绑在文本中的单元的垂直对齐,典型的是在TextData对象中。 • CellBaseline->pos 指明在单元中位置pos被假设是单元的基线,因而因当和其他框的基线对齐。 • 可能的设置是:
| "\!\(\*StyleBox[\"\\\"Axis\\\"\", \"MR\"]\) " | 单元中表达式的轴 | | "\!\(\*StyleBox[\"\\\"Baseline\\\"\", \"MR\"]\) " | 单元中表达式的基线(缺省) | | "\!\(\*StyleBox[\"\\\"Bottom\\\"\", \"MR\"]\) " | 单元中表达式底 | | "\!\(\*StyleBox[\"\\\"Center\\\"\", \"MR\"]\) " | 单元中表达式中心 | | "\!\(\*StyleBox[\"\\\"Top\\\"\", \"MR\"]\) " | 单元中表达式顶 |
• 参见 Mathematica 全书: 节 2.10.9.
|