get_Superscript()
IMathSuperscriptElement::get_Superscript() method
Superscript
virtual System::SharedPtr<IMathElement> Aspose::Slides::MathText::IMathSuperscriptElement::get_Superscript()=0
Remarks
Example:
auto baseElement = System::MakeObject<MathematicalText>(u"X");
auto superscript = System::MakeObject<MathematicalText>(u"i");
auto superscriptElement = System::MakeObject<MathSuperscriptElement>(baseElement, superscript);
auto super = superscriptElement->get_Superscript();
See Also
- Typedef SharedPtr
- Class IMathElement
- Class IMathSuperscriptElement
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides