get_Base()
IMathBar::get_Base() method
Base argument
virtual System::SharedPtr<IMathElement> Aspose::Slides::MathText::IMathBar::get_Base()=0
Remarks
Example:
auto mathBar = System::MakeObject<MathBar>(System::MakeObject<MathematicalText>(u"x"));
auto baseArg = mathBar->get_Base();
See Also
- Typedef SharedPtr
- Class IMathElement
- Class IMathBar
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides