ObjectDistribution
MathArray.ObjectDistribution property
Object Distribution When true, the contents of the array are spaced to the maximum width of the array object.
public bool ObjectDistribution { get; set; }
Examples
Example:
[C#]
IMathArray mathArray = new MathArray(new MathematicalText("item1"));
mathArray.ObjectDistribution = true;
See Also
- class MathArray
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides