get_Count()
MathParagraph::get_Count() method
Gets the number of elements actually contained in the collection. Read-only int32_t.
int32_t Aspose::Slides::MathText::MathParagraph::get_Count() override
Remarks
Example:
auto mathParagraph = System::MakeObject<MathParagraph>();
int32_t blocksCount = mathParagraph->get_Count();
See Also
- Class MathParagraph
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides