Uses of Class
org.apache.poi.hssf.record.PageBreakRecord

Packages that use PageBreakRecord
org.apache.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files. 
org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures. 
 

Uses of PageBreakRecord in org.apache.poi.hssf.model
 

Fields in org.apache.poi.hssf.model declared as PageBreakRecord
protected  PageBreakRecord Sheet.colBreaks
           
protected  PageBreakRecord Sheet.rowBreaks
           
 

Methods in org.apache.poi.hssf.model with parameters of type PageBreakRecord
 void Sheet.shiftBreaks(PageBreakRecord breaks, short start, short stop, int count)
          Shifts all the page breaks in the range "count" number of rows/columns
 

Uses of PageBreakRecord in org.apache.poi.hssf.record
 

Subclasses of PageBreakRecord in org.apache.poi.hssf.record
 class HorizontalPageBreakRecord
          HorizontalPageBreak record that stores page breaks at rows
 class VerticalPageBreakRecord
          VerticalPageBreak record that stores page breaks at columns
 



Copyright 2008 The Apache Software Foundation or its licensors, as applicable.