get_Subscript()
IMathRightSubSuperscriptElement::get_Subscript() method
Subscript argument
virtual System::SharedPtr<IMathElement> Aspose::Slides::MathText::IMathRightSubSuperscriptElement::get_Subscript()=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 subsuperscript = System::MakeObject<MathRightSubSuperscriptElement>(baseElement, subscript, superscript);
auto sub = subsuperscript->get_Subscript();
See Also
- Typedef SharedPtr
- Class IMathElement
- Class IMathRightSubSuperscriptElement
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides