get_Base()
IMathLeftSubSuperscriptElement::get_Base() method
Base argument
virtual System::SharedPtr<IMathElement> Aspose::Slides::MathText::IMathLeftSubSuperscriptElement::get_Base()=0
Remarks
Example:
auto baseElement = System::MakeObject<MathematicalText>(u"X");
auto subscript = System::MakeObject<MathematicalText>(u"i");
auto superscript = System::MakeObject<MathematicalText>(u"j");
auto leftSubSuperscript = System::MakeObject<MathLeftSubSuperscriptElement>(baseElement, subscript, superscript);
auto baseElem = leftSubSuperscript->get_Base();
See Also
- Typedef SharedPtr
- Class IMathElement
- Class IMathLeftSubSuperscriptElement
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides