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:
- java.lang.Cloneable
public final class HorizontalPageBreakRecord
- extends PageBreakRecord
- implements java.lang.Cloneable
HorizontalPageBreak (0x001B) record that stores page breaks at rows
- See Also:
PageBreakRecord
Field Summary |
static short |
sid
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
sid
public static final short sid
- See Also:
- Constant Field Values
HorizontalPageBreakRecord
public HorizontalPageBreakRecord()
- Creates an empty horizontal page break record
HorizontalPageBreakRecord
public HorizontalPageBreakRecord(RecordInputStream in)
- Parameters:
in
- the RecordInputstream to read the record from
getSid
public short getSid()
- Description copied from class:
Record
- return the non static version of the id for this record.
- Specified by:
getSid
in class Record
- Returns:
- he id for this record
clone
public PageBreakRecord clone()
- Overrides:
clone
in class Record