Class VerticalPageBreakRecord


  • public final class VerticalPageBreakRecord
    extends PageBreakRecord
    VerticalPageBreak (0x001A) record that stores page breaks at columns
    See Also:
    PageBreakRecord
    • Constructor Detail

      • VerticalPageBreakRecord

        public VerticalPageBreakRecord()
        Creates an empty vertical page break record
      • VerticalPageBreakRecord

        public VerticalPageBreakRecord​(RecordInputStream in)
        Parameters:
        in - the RecordInputstream to read the record from
    • Method Detail

      • getSid

        public short getSid()
        Description copied from class: Record
        return the non static version of the id for this record.
        Specified by:
        getSid in class Record
        Returns:
        he id for this record
      • clone

        public java.lang.Object clone()
        Overrides:
        clone in class Record