IMathArray
IMathArray interface
指定方程或任何数学对象的垂直数组
public interface IMathArray : IMathElement
特性
姓名 | 描述 |
---|---|
Arguments { get; } | 数组项的集合 |
AsIMathElement { get; } | 允许获取基础 IMathElement 接口 IMathElement |
BaseJustification { get; set; } | 指定数组相对于周围文本的对齐方式 数组外的文本可以与数组的底部、顶部或中心对齐目的。 默认值:中心 |
MaximumDistribution { get; set; } | 最大分布 当为真时,数组的间距为包含元素(页面、列、单元格等)的最大宽度。 |
ObjectDistribution { get; set; } | 对象分布 当为真时,数组内容的间距为数组对象的最大宽度。 |
RowSpacing { get; set; } | 数组行之间的间距 仅当 RowSpacingRule 设置为 3 时才使用,在这种情况下,度量单位是点 或倍数,在这种情况下,度量单位是半线。 默认值:0 |
RowSpacingRule { get; set; } | 数组元素之间的垂直间距类型 |
例子
示例:
[C#]
IMathArray mathArray = new MathArray(new MathematicalText("item1"));
也可以看看
- interface IMathElement
- 命名空间 Aspose.Slides.MathText
- 部件 Aspose.Slides