Add
IMathBlockCollection.Add method
Adds IMathBlock to the end of collection.
public void Add(IMathBlock item)
Parameter | Type | Description |
---|---|---|
item | IMathBlock | A mathematical block that will be added to the end of the collection |
Examples
Example:
[C#]
IMathBlockCollection blockCollection = new MathParagraph();
blockCollection.Add(new MathBlock(new MathematicalText("x")));
See Also
- interface IMathBlock
- interface IMathBlockCollection
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides