set_ObjectDistribution()

IMathArray::set_ObjectDistribution(bool) method

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

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

Remarks

Example:

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

See Also