public interface IVPageBreaks extends java.lang.Iterable<IVPageBreak>
| Modifier and Type | Method and Description |
|---|---|
IVPageBreak |
add(IRange before)
Adds a vertical page break within the print area.
|
IVPageBreak |
get(int index)
Gets the IHPageBreak by index.
|
int |
getCount()
Returns the number of objects in the collection.
|
int getCount()
IVPageBreak get(int index)
Index - The index of the collection.IVPageBreak add(IRange before)
Before - Required IRangeThe range left which the new page
break will be added.