set_MaximumDistribution()

IMathArray::set_MaximumDistribution(bool) method

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

virtual void Aspose::Slides::MathText::IMathArray::set_MaximumDistribution(bool value)=0

Remarks

Example:

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

See Also