Class HorizontalPageBreakRecord


public class HorizontalPageBreakRecord extends PageBreakRecord
HorizontalPageBreak record that stores page breaks at rows

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

Author:
Danny Mui (dmui at apache dot org)
See Also:
  • Field Details

  • Constructor Details

    • HorizontalPageBreakRecord

      public HorizontalPageBreakRecord()
    • HorizontalPageBreakRecord

      public HorizontalPageBreakRecord(short sid)
      Parameters:
      sid -
    • HorizontalPageBreakRecord

      public HorizontalPageBreakRecord(RecordInputStream in)
      Parameters:
      in - the RecordInputstream to read the record from
  • Method Details

    • 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