Interface IOfficeMathBreaks
Represents an interface for Math break collection.
Inherited Members
Namespace: Syncfusion.Office
Assembly: Syncfusion.Compression.NET.dll
Syntax
public interface IOfficeMathBreaks : ICollectionBase, IOfficeMathEntity
Properties
Item[Int32]
Gets mathBreak object that represents the specified item in the collection.
Declaration
IOfficeMathBreak this[int index] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Property Value
Type |
---|
IOfficeMathBreak |
Methods
Add()
Adds IOfficeMathBreak instance to the collection.
Declaration
IOfficeMathBreak Add()
Returns
Type | Description |
---|---|
IOfficeMathBreak | Returns the newly added IOfficeMathBreak. |
Add(Int32)
Adds IOfficeMathBreak instance to the collection at specified index.
Declaration
IOfficeMathBreak Add(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The Index, where to add the IOfficeMathBreak instance. |
Returns
Type | Description |
---|---|
IOfficeMathBreak | Returns the newly added IOfficeMathBreak. |