Uses of Class
org.apache.poi.hssf.record.MergeCellsRecord.MergedRegion

Packages that use MergeCellsRecord.MergedRegion
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. 
org.apache.poi.hssf.util util package contains tools needed for writing HSSF files that are not necesarily "real" HSSF concepts. 
 

Uses of MergeCellsRecord.MergedRegion in org.apache.poi.hssf.model
 

Methods in org.apache.poi.hssf.model that return MergeCellsRecord.MergedRegion
 MergeCellsRecord.MergedRegion Sheet.getMergedRegionAt(int index)
           
 

Uses of MergeCellsRecord.MergedRegion in org.apache.poi.hssf.record
 

Methods in org.apache.poi.hssf.record that return MergeCellsRecord.MergedRegion
 MergeCellsRecord.MergedRegion MergeCellsRecord.getAreaAt(int index)
          return the MergedRegion at the given index.
 

Uses of MergeCellsRecord.MergedRegion in org.apache.poi.hssf.util
 

Constructors in org.apache.poi.hssf.util with parameters of type MergeCellsRecord.MergedRegion
Region(MergeCellsRecord.MergedRegion region)
          special constructor (I know this is bad but it is so wrong that its right okay) that makes a region from a mergedcells's region subrecord.
 



Copyright © 2002 Apache jakarta-poi project. All Rights Reserved.