接口 IHPageBreaks

所有超级接口:
Iterable<IHPageBreak>

public interface IHPageBreaks extends 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

      IHPageBreak get(int index)
      Gets the IHPageBreak by index.
      参数:
      index - The index of the collection.
      返回:
      Returns the IHPageBreak object.
    • add

      IHPageBreak add(IRange before)
      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.