Count
MathParagraph.Count property
获取集合中实际包含的元素数量。 只读Int32。
public int Count { get; }
例子
示例:
[C#]
MathParagraph mathParagraph = new MathParagraph();
int blocksCount = mathParagraph.Count;
也可以看看
- class MathParagraph
- 命名空间 Aspose.Slides.MathText
- 部件 Aspose.Slides