Assembly: Tab;
The ITabPageBreaks interface contains properties and methods that are used to work with the collection of table breaks.
Property name | Brief description | |
Count | The Count property returns the number of breaks in the table. | |
Item | The Item property returns a place of break in the table. |
Method name | Brief description | |
Add | The Add method adds a new break in the table. | |
Assign | The Assign method sets breaks passed as input parameters for the current table. | |
Remove | The Remove method removes the specified break in the table. | |
RemoveAll | The RemoveAll method removes all breaks in the table. |
See also: