接口 IVPageBreaks
- 所有超级接口:
Iterable<IVPageBreak>
Represents the collection of vertical 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 IVPageBreak object.
-
add
Adds a vertical page break within the print area.- 参数:
before
- Required IRangeThe range left which the new pagebreak will be added.- 返回:
- Returns the new IVPageBreak object.
-