org.apache.poi.hssf.record
Class VerticalPageBreakRecord
java.lang.Object
org.apache.poi.hssf.record.Record
org.apache.poi.hssf.record.PageBreakRecord
org.apache.poi.hssf.record.VerticalPageBreakRecord
public class VerticalPageBreakRecord
- extends PageBreakRecord
VerticalPageBreak record that stores page breaks at columns
This class is just used so that SID compares work properly in the RecordFactory
- Author:
- Danny Mui (dmui at apache dot org)
- See Also:
PageBreakRecord
Field Summary |
static short |
sid
|
Method Summary |
short |
getSid()
return the non static version of the id for this record. |
Methods inherited from class org.apache.poi.hssf.record.PageBreakRecord |
addBreak, clone, fillFields, getBreak, getBreaksIterator, getNumBreaks, getRecordSize, removeBreak, serialize, setNumBreaks, toString, validateSid |
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()
VerticalPageBreakRecord
public VerticalPageBreakRecord(short sid)
- Parameters:
sid
-
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.
- Overrides:
getSid
in class PageBreakRecord
Copyright 2008 The Apache Software Foundation or
its licensors, as applicable.