ObjectDistribution
IMathArray.ObjectDistribution 属性
对象分布 当为真时,数组的内容被均匀分布到数组对象的最大宽度。
public bool ObjectDistribution { get; set; }
示例
示例:
[C#]
IMathArray mathArray = new MathArray(new MathematicalText("item1"));
mathArray.ObjectDistribution = true;
另请参阅
- 接口 IMathArray
- 命名空间 Aspose.Slides.MathText
- 程序集 Aspose.Slides