get_ObjectDistribution()

MathArray::get_ObjectDistribution() method

Object Distribution When true, the contents of the array are spaced to the maximum width of the array object.

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

Remarks

Example:

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

See Also