Class PageBreakRecord

    • Method Detail

      • isEmpty

        public boolean isEmpty()
      • getNumBreaks

        public int getNumBreaks()
      • toString

        public java.lang.String toString()
        Description copied from class: Record
        get a string representation of the record (for biffview/debugging)
        Overrides:
        toString in class Record
      • addBreak

        public void addBreak​(int main,
                             int subFrom,
                             int subTo)
        Adds the page break at the specified parameters
        Parameters:
        main - Depending on sid, will determine row or column to put page break (zero-based)
        subFrom - No user-interface to set (defaults to minimum, 0)
        subTo - No user-interface to set
      • removeBreak

        public final void removeBreak​(int main)
        Removes the break indicated by the parameter
        Parameters:
        main - (zero-based)
      • getBreak

        public final PageBreakRecord.Break getBreak​(int main)
        Retrieves the region at the row/column indicated
        Parameters:
        main - FIXME: Document this!
        Returns:
        The Break or null if no break exists at the row/col specified.
      • getBreaks

        public final int[] getBreaks()