get_Base()

MathBox::get_Base() method

Base argument

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

Remarks

Example:

auto box = System::MakeObject<MathBox>(System::MakeObject<MathematicalText>(u"=="));
auto baseArg = box->get_Base();

See Also