get_Base()

IMathBox::get_Base() method

Base argument

virtual System::SharedPtr<IMathElement> Aspose::Slides::MathText::IMathBox::get_Base()=0

Remarks

Example:

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

See Also