set_BaseJustification()
MathMatrix::set_BaseJustification(MathVerticalAlignment) method
Specifies the vertical justification respect to surrounding text. Possible values are top, bottom, and center. Default: Center
void Aspose::Slides::MathText::MathMatrix::set_BaseJustification(MathVerticalAlignment value) override
Remarks
Example:
auto matrix = System::MakeObject<MathMatrix>(2, 3);
matrix->set_BaseJustification(MathVerticalAlignment::Center);
See Also
- Enum MathVerticalAlignment
- Class MathMatrix
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides