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
-
public class VerticalPageBreakRecord extends PageBreakRecord
VerticalPageBreak record that stores page breaks at columnsThis class is just used so that SID compares work properly in the RecordFactory
- Author:
- Danny Mui (dmui at apache dot org)
- See Also:
PageBreakRecord
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class loci.poi.hssf.record.PageBreakRecord
PageBreakRecord.Break
-
-
Field Summary
Fields Modifier and Type Field Description static short
sid
-
Fields inherited from class loci.poi.hssf.record.PageBreakRecord
HORIZONTAL_SID, VERTICAL_SID
-
-
Constructor Summary
Constructors Constructor Description VerticalPageBreakRecord()
VerticalPageBreakRecord(short sid)
VerticalPageBreakRecord(RecordInputStream in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description short
getSid()
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, validateSid
-
Methods inherited from class loci.poi.hssf.record.Record
isInValueSection, isValue, serialize
-
-
-
-
Field Detail
-
sid
public static final short sid
- See Also:
- Constant Field Values
-
-
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 classPageBreakRecord
-
-