Package loci.poi.hssf.record
Class VerticalPageBreakRecord
java.lang.Object
loci.poi.hssf.record.Record
loci.poi.hssf.record.PageBreakRecord
loci.poi.hssf.record.VerticalPageBreakRecord
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:
-
Nested Class Summary
Nested classes/interfaces inherited from class loci.poi.hssf.record.PageBreakRecord
PageBreakRecord.Break -
Field Summary
FieldsFields inherited from class loci.poi.hssf.record.PageBreakRecord
HORIZONTAL_SID, VERTICAL_SID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionshortgetSid()return the non static version of the id for this record.Methods inherited from class loci.poi.hssf.record.PageBreakRecord
addBreak, clone, fillFields, getBreak, getBreaksIterator, getNumBreaks, getRecordSize, removeBreak, serialize, setNumBreaks, toString, validateSidMethods inherited from class loci.poi.hssf.record.Record
isInValueSection, isValue, serialize
-
Field Details
-
sid
public static final short sid- See Also:
-
-
Constructor Details
-
VerticalPageBreakRecord
public VerticalPageBreakRecord() -
VerticalPageBreakRecord
public VerticalPageBreakRecord(short sid) - Parameters:
sid-
-
VerticalPageBreakRecord
- Parameters:
in- the RecordInputstream to read the record from
-
-
Method Details
-
getSid
public short getSid()Description copied from class:Recordreturn the non static version of the id for this record.- Overrides:
getSidin classPageBreakRecord
-