get_BaseJustification()

IMathMatrix::get_BaseJustification() method

Specifies the vertical justification respect to surrounding text. Possible values are top, bottom, and center. Default: Center

virtual MathVerticalAlignment Aspose::Slides::MathText::IMathMatrix::get_BaseJustification()=0

Remarks

Example:

auto matrix = System::MakeObject<MathMatrix>(2, 3);
matrix->set_BaseJustification(MathVerticalAlignment::Center);

See Also