接口 IVPageBreaks

所有超级接口:
Iterable<IVPageBreak>

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

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

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