get_Arguments()
IMathDelimiter::get_Arguments() method
One or more mathematical elements separated by delimiter characters
virtual System::SharedPtr<IMathElementCollection> Aspose::Slides::MathText::IMathDelimiter::get_Arguments()=0
Remarks
Example:
auto delimiter = System::ExplicitCast<IMathElement>(System::MakeObject<MathematicalText>(u"x")->Join(u"y"))->Enclose();
auto arguments = delimiter->get_Arguments();
See Also
- Typedef SharedPtr
- Class IMathElementCollection
- Class IMathDelimiter
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides