org.apache.poi.hssf.record
Class HorizontalPageBreakRecord

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.HorizontalPageBreakRecord

public class HorizontalPageBreakRecord
extends PageBreakRecord

HorizontalPageBreak record that stores page breaks at rows

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
HorizontalPageBreakRecord()
           
HorizontalPageBreakRecord(RecordInputStream in)
           
HorizontalPageBreakRecord(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

HorizontalPageBreakRecord

public HorizontalPageBreakRecord()

HorizontalPageBreakRecord

public HorizontalPageBreakRecord(short sid)
Parameters:
sid -

HorizontalPageBreakRecord

public HorizontalPageBreakRecord(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.