set_ObjectDistribution()
MathArray::set_ObjectDistribution(bool) method
Object Distribution When true, the contents of the array are spaced to the maximum width of the array object.
void Aspose::Slides::MathText::MathArray::set_ObjectDistribution(bool value) override
Remarks
Example:
auto mathArray = System::MakeObject<MathArray>(System::MakeObject<MathematicalText>(u"item1"));
mathArray->set_ObjectDistribution(true);
See Also
- Class MathArray
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides