get_Base()
MathGroupingCharacter::get_Base() method
Base argument
System::SharedPtr<IMathElement> Aspose::Slides::MathText::MathGroupingCharacter::get_Base() override
Remarks
Example:
auto groupingCharacter = System::MakeObject<MathGroupingCharacter>(System::MakeObject<MathematicalText>(u"abc"));
auto baseArg = groupingCharacter->get_Base();
See Also
- Typedef SharedPtr
- Class IMathElement
- Class MathGroupingCharacter
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides