Interface IVPageBreaks
- All Superinterfaces:
Iterable<IVPageBreak>
Represents the collection of vertical page breaks within the print area.
-
Method Summary
Adds a vertical page break within the print area.
Gets the IHPageBreak by index.
int
Returns the number of objects in the collection.
-
Method Details
-
getCount
int getCount()
Returns the number of objects in the collection.
-
get
Gets the IHPageBreak by index.
- Parameters:
index
- The index of the collection.
- Returns:
- Returns the IVPageBreak object.
-
add
Adds a vertical page break within the print area.
- Parameters:
before
- Required IRangeThe range left which the new pagebreak will be added.
- Returns:
- Returns the new IVPageBreak object.