Uses of Class
loci.poi.hssf.record.MergeCellsRecord.MergedRegion
Packages that use MergeCellsRecord.MergedRegion
Package
Description
Provides low level API structures for reading, writing, modifying XLS files.
Record package contains class representations for XLS binary strutures.
util package contains tools needed for writing HSSF files that are not necesarily "real"
HSSF concepts.
-
Uses of MergeCellsRecord.MergedRegion in loci.poi.hssf.model
Methods in loci.poi.hssf.model that return MergeCellsRecord.MergedRegion -
Uses of MergeCellsRecord.MergedRegion in loci.poi.hssf.record
Methods in loci.poi.hssf.record that return MergeCellsRecord.MergedRegionModifier and TypeMethodDescriptionMergeCellsRecord.getAreaAt(int index) return the MergedRegion at the given index. -
Uses of MergeCellsRecord.MergedRegion in loci.poi.hssf.util
Constructors in loci.poi.hssf.util with parameters of type MergeCellsRecord.MergedRegionModifierConstructorDescriptionRegion(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.