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:
org.apache.poi.common.Duplicatable,GenericRecord
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, getBreaksSpliterator, getGenericProperties, getNumBreaks, isEmpty, removeBreak, serializeMethods inherited from class org.apache.poi.hssf.record.StandardRecord
getRecordSize, serializeMethods inherited from class org.apache.poi.hssf.record.Record
cloneViaReserialise, serialize, toStringMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren
-
Field Details
-
sid
public static final short sid- See Also:
-
-
Constructor Details
-
HorizontalPageBreakRecord
public HorizontalPageBreakRecord()Creates an empty horizontal page break record -
HorizontalPageBreakRecord
-
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. -
copy
- Specified by:
copyin interfaceorg.apache.poi.common.Duplicatable- Specified by:
copyin classPageBreakRecord
-
getGenericRecordType
- Specified by:
getGenericRecordTypein interfaceGenericRecord- Specified by:
getGenericRecordTypein classRecord
-