get_Base()

MathBorderBox::get_Base() method

Base argument

System::SharedPtr<IMathElement> Aspose::Slides::MathText::MathBorderBox::get_Base() override

Remarks

Example:

auto borderBox = System::MakeObject<MathBorderBox>(System::MakeObject<MathematicalText>(u"x"));
auto baseArg = borderBox->get_Base();

See Also