|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.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
HorizontalPageBreak (0x001B) record that stores page breaks at rows
PageBreakRecord| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.poi.hssf.record.PageBreakRecord |
|---|
PageBreakRecord.Break |
| Field Summary | |
|---|---|
static short |
sid
|
| Constructor Summary | |
|---|---|
HorizontalPageBreakRecord()
Creates an empty horizontal page break record |
|
HorizontalPageBreakRecord(RecordInputStream in)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
short |
getSid()
return the non static version of the id for this record. |
| 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 |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final short sid
| Constructor Detail |
|---|
public HorizontalPageBreakRecord()
public HorizontalPageBreakRecord(RecordInputStream in)
in - the RecordInputstream to read the record from| Method Detail |
|---|
public short getSid()
Record
getSid in class Recordpublic java.lang.Object clone()
clone in class Record
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||