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
public final class HorizontalPageBreakRecord
- extends PageBreakRecord
HorizontalPageBreak (0x001B) record that stores page breaks at rows
- Author:
- Danny Mui (dmui at apache dot org)
- See Also:
PageBreakRecord
Field Summary |
static short |
sid
|
Method Summary |
java.lang.Object |
clone()
|
short |
getSid()
return the non static version of the id for this record. |
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
clone
public java.lang.Object clone()
- Overrides:
clone
in class Record
Copyright 2010 The Apache Software Foundation or
its licensors, as applicable.