org.apache.poi.hssf.record
Class VerticalPageBreakRecord

java.lang.Object
  extended by org.apache.poi.hssf.record.Record
      extended by org.apache.poi.hssf.record.PageBreakRecord
          extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.poi.hssf.record.PageBreakRecord
PageBreakRecord.Break
 
Field Summary
static short sid
           
 
Fields inherited from class org.apache.poi.hssf.record.PageBreakRecord
HORIZONTAL_SID, VERTICAL_SID
 
Constructor Summary
VerticalPageBreakRecord()
           
VerticalPageBreakRecord(RecordInputStream in)
           
VerticalPageBreakRecord(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 org.apache.poi.hssf.record.Record
cloneViaReserialise, isInValueSection, isValue, serialize
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

sid

public static final short sid
See Also:
Constant Field Values
Constructor Detail

VerticalPageBreakRecord

public VerticalPageBreakRecord()

VerticalPageBreakRecord

public VerticalPageBreakRecord(short sid)
Parameters:
sid -

VerticalPageBreakRecord

public VerticalPageBreakRecord(RecordInputStream in)
Parameters:
in - the RecordInputstream to read the record from
Method Detail

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.