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