Uses of Class
loci.poi.hssf.record.MergeCellsRecord.MergedRegion
-
Packages that use MergeCellsRecord.MergedRegion Package Description loci.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files.loci.poi.hssf.record Record package contains class representations for XLS binary strutures.loci.poi.hssf.util 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 Modifier and Type Method Description MergeCellsRecord.MergedRegion
Sheet. getMergedRegionAt(int index)
-
Uses of MergeCellsRecord.MergedRegion in loci.poi.hssf.record
Methods in loci.poi.hssf.record that return MergeCellsRecord.MergedRegion Modifier and Type Method Description MergeCellsRecord.MergedRegion
MergeCellsRecord. 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.MergedRegion Constructor Description 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.
-