BaseJustification
IMathArray.BaseJustification property
指定数组相对于周围文本的对齐方式 数组外的文本可以与数组的底部、顶部或中心对齐目的。 默认值:中心
public MathVerticalAlignment BaseJustification { get; set; }
例子
示例:
[C#]
IMathArray mathArray = new MathArray(new MathematicalText("item1"));
mathArray.BaseJustification = MathVerticalAlignment.Top;
也可以看看
- enum MathVerticalAlignment
- interface IMathArray
- 命名空间 Aspose.Slides.MathText
- 部件 Aspose.Slides