get_MaximumDistribution()

MathArray::get_MaximumDistribution() method

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

bool Aspose::Slides::MathText::MathArray::get_MaximumDistribution() override

Remarks

Example:

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

See Also