[]
        
(Showing Draft Content)

IVPageBreaks

Interface IVPageBreaks

All Superinterfaces:
Iterable<IVPageBreak>

public interface IVPageBreaks extends Iterable<IVPageBreak>
Represents the collection of vertical page breaks within the print area.
  • Method Summary

    Modifier and Type
    Method
    Description
    add(IRange before)
    Adds a vertical page break within the print area.
    get(int index)
    Gets the IHPageBreak by index.
    int
    Returns the number of objects in the collection.

    Methods inherited from interface java.lang.Iterable

    forEach, iterator, spliterator
  • Method Details

    • getCount

      int getCount()
      Returns the number of objects in the collection.
    • get

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

      IVPageBreak add(IRange before)
      Adds a vertical page break within the print area.
      Parameters:
      before - Required IRangeThe range left which the new pagebreak will be added.
      Returns:
      Returns the new IVPageBreak object.