Package loci.poi.hssf.record
Class HorizontalPageBreakRecord
java.lang.Object
loci.poi.hssf.record.Record
loci.poi.hssf.record.PageBreakRecord
loci.poi.hssf.record.HorizontalPageBreakRecord
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:
-
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
-
HorizontalPageBreakRecord
public HorizontalPageBreakRecord() -
HorizontalPageBreakRecord
public HorizontalPageBreakRecord(short sid) - Parameters:
sid-
-
HorizontalPageBreakRecord
- 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
-