get_BaseJustification()

MathMatrix::get_BaseJustification() method

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

MathVerticalAlignment Aspose::Slides::MathText::MathMatrix::get_BaseJustification() override

Remarks

Example:

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

See Also