Package org.apache.poi.hssf.record
Class HorizontalPageBreakRecord
java.lang.Object
org.apache.poi.hssf.record.RecordBase
org.apache.poi.hssf.record.Record
org.apache.poi.hssf.record.StandardRecord
org.apache.poi.hssf.record.PageBreakRecord
org.apache.poi.hssf.record.HorizontalPageBreakRecord
- All Implemented Interfaces:
Cloneable
HorizontalPageBreak (0x001B) record that stores page breaks at rows
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.poi.hssf.record.PageBreakRecord
PageBreakRecord.Break
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates an empty horizontal page break record -
Method Summary
Methods inherited from class org.apache.poi.hssf.record.PageBreakRecord
addBreak, getBreak, getBreaks, getBreaksIterator, getDataSize, getNumBreaks, isEmpty, removeBreak, serialize, toString
Methods inherited from class org.apache.poi.hssf.record.StandardRecord
getRecordSize, serialize
Methods inherited from class org.apache.poi.hssf.record.Record
cloneViaReserialise, serialize
-
Field Details
-
sid
public static final short sid- See Also:
-
-
Constructor Details
-
HorizontalPageBreakRecord
public HorizontalPageBreakRecord()Creates an empty horizontal page break record -
HorizontalPageBreakRecord
- Parameters:
in
- the RecordInputstream to read the record from
-
-
Method Details