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