set_MaximumDistribution()
MathArray::set_MaximumDistribution(bool) method
Maximum Distribution When true, the array is spaced to the maximum width of the containing element(page, column, cell, etc.).
void Aspose::Slides::MathText::MathArray::set_MaximumDistribution(bool value) override
Remarks
Example:
auto mathArray = System::MakeObject<MathArray>(System::MakeObject<MathematicalText>(u"item1"));
mathArray->set_MaximumDistribution(true);
See Also
- Class MathArray
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides