get_ObjectDistribution()

IMathArray::get_ObjectDistribution() method

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

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

Remarks

Example:

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

See Also