get_MaximumDistribution()

IMathArray::get_MaximumDistribution() method

Maximum Distribution When true, the array is spaced to the maximum width of the containing element(page, column, cell, etc.).

virtual bool Aspose::Slides::MathText::IMathArray::get_MaximumDistribution()=0

Remarks

Example:

auto mathArray = System::MakeObject<MathArray>(System::MakeObject<MathematicalText>(u"item1"));
mathArray->set_MaximumDistribution(true);

See Also