Class VerticalPageBreakRecord


  • public class VerticalPageBreakRecord
    extends PageBreakRecord
    VerticalPageBreak record that stores page breaks at columns

    This class is just used so that SID compares work properly in the RecordFactory

    Author:
    Danny Mui (dmui at apache dot org)
    See Also:
    PageBreakRecord
    • Constructor Detail

      • VerticalPageBreakRecord

        public VerticalPageBreakRecord()
      • VerticalPageBreakRecord

        public VerticalPageBreakRecord​(short sid)
        Parameters:
        sid -
      • 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.
        Overrides:
        getSid in class PageBreakRecord