接口 IHPageBreaks
- 所有超级接口:
Iterable<IHPageBreak>
Represents the collection of horizontal page breaks within the print area.
-
方法详细资料
-
getCount
int getCount()Returns the number of objects in the collection. -
get
Gets the IHPageBreak by index.- 参数:
index
- The index of the collection.- 返回:
- Returns the IHPageBreak object.
-
add
Adds a horizontal page break within the print area.- 参数:
before
- Required IRangeThe range above which the new page break will be added.- 返回:
- Returns the new IHPageBreak object.
-