Class VerticalPageBreakRecord

All Implemented Interfaces:
org.apache.poi.common.Duplicatable, GenericRecord

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

  • Constructor Details

    • VerticalPageBreakRecord

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

      public VerticalPageBreakRecord(VerticalPageBreakRecord other)
    • VerticalPageBreakRecord

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