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