MaximumDistribution
MathArray.MaximumDistribution property
Maximum Distribution When true, the array is spaced to the maximum width of the containing element(page, column, cell, etc.).
public bool MaximumDistribution { get; set; }
Examples
Example:
[C#]
IMathArray mathArray = new MathArray(new MathematicalText("item1"));
mathArray.MaximumDistribution = true;
See Also
- class MathArray
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides