get_Base()
MathPhantom::get_Base() method
Base argument
System::SharedPtr<IMathElement> Aspose::Slides::MathText::MathPhantom::get_Base() override
Remarks
Example:
System::SharedPtr<MathPhantom> mathBar = System::MakeObject<MathPhantom>(System::MakeObject<MathematicalText>(u"x"));
System::SharedPtr<IMathElement> baseElement = mathBar->get_Base();
See Also
- Typedef SharedPtr
- Class IMathElement
- Class MathPhantom
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides