public final class HorizontalPageBreakRecord extends PageBreakRecord
PageBreakRecordPageBreakRecord.Break| Modifier and Type | Field and Description |
|---|---|
static short |
sid |
| Constructor and Description |
|---|
HorizontalPageBreakRecord()
Creates an empty horizontal page break record
|
HorizontalPageBreakRecord(HorizontalPageBreakRecord other) |
HorizontalPageBreakRecord(RecordInputStream in) |
| Modifier and Type | Method and Description |
|---|---|
HorizontalPageBreakRecord |
copy() |
HSSFRecordTypes |
getGenericRecordType() |
short |
getSid()
return the non static version of the id for this record.
|
addBreak, getBreak, getBreaks, getBreaksIterator, getDataSize, getGenericProperties, getNumBreaks, isEmpty, removeBreak, serializegetRecordSize, serializecloneViaReserialise, serialize, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetGenericChildrenpublic static final short sid
public HorizontalPageBreakRecord()
public HorizontalPageBreakRecord(HorizontalPageBreakRecord other)
public HorizontalPageBreakRecord(RecordInputStream in)
in - the RecordInputstream to read the record frompublic short getSid()
Recordpublic HorizontalPageBreakRecord copy()
copy in interface Duplicatablecopy in class PageBreakRecordpublic HSSFRecordTypes getGenericRecordType()
getGenericRecordType in interface GenericRecordgetGenericRecordType in class Record