org.apache.poi.hssf.record
Class VerticalPageBreakRecord
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.VerticalPageBreakRecord
public final class VerticalPageBreakRecord
- extends PageBreakRecord
VerticalPageBreak (0x001A) record that stores page breaks at columns
- 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
VerticalPageBreakRecord
public VerticalPageBreakRecord()
- Creates an empty vertical page break record
VerticalPageBreakRecord
public VerticalPageBreakRecord(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 2012 The Apache Software Foundation or
its licensors, as applicable.