org.apache.poi.hssf.record
Class HorizontalPageBreakRecord

java.lang.Object
  extended by org.apache.poi.hssf.record.RecordBase
      extended by org.apache.poi.hssf.record.Record
          extended by org.apache.poi.hssf.record.StandardRecord
              extended by org.apache.poi.hssf.record.PageBreakRecord
                  extended by org.apache.poi.hssf.record.HorizontalPageBreakRecord
All Implemented Interfaces:
java.lang.Cloneable

public final class HorizontalPageBreakRecord
extends PageBreakRecord
implements java.lang.Cloneable

HorizontalPageBreak (0x001B) record that stores page breaks at rows

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
           
 
Constructor Summary
HorizontalPageBreakRecord()
          Creates an empty horizontal page break record
HorizontalPageBreakRecord(RecordInputStream in)
           
 
Method Summary
 PageBreakRecord 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

sid

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

HorizontalPageBreakRecord

public HorizontalPageBreakRecord()
Creates an empty horizontal page break record


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.

Specified by:
getSid in class Record
Returns:
he id for this record

clone

public PageBreakRecord clone()
Overrides:
clone in class Record