|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Region | |
---|---|
org.apache.poi.hssf.record | Record package contains class representations for XLS binary strutures. |
org.apache.poi.hssf.record.aggregates | record aggregates are not real "records" but collections of records that act as a single record. |
org.apache.poi.hssf.record.cf | |
org.apache.poi.hssf.usermodel | usermodel package maps HSSF low level strutures to familiar workbook/sheet model |
org.apache.poi.hssf.usermodel.contrib | |
org.apache.poi.hssf.util | util package contains tools needed for writing HSSF files that are not necesarily "real" HSSF concepts. |
Uses of Region in org.apache.poi.hssf.record |
---|
Constructors in org.apache.poi.hssf.record with parameters of type Region | |
---|---|
CFHeaderRecord(Region[] regions)
|
Uses of Region in org.apache.poi.hssf.record.aggregates |
---|
Constructors in org.apache.poi.hssf.record.aggregates with parameters of type Region | |
---|---|
CFRecordsAggregate(Region[] regions,
CFRuleRecord[] rules)
|
Uses of Region in org.apache.poi.hssf.record.cf |
---|
Methods in org.apache.poi.hssf.record.cf that return Region | |
---|---|
static Region[] |
CellRange.convertCellRangesToRegions(CellRange[] cellRanges)
Convert a List of CellRange objects to an array of regions |
Methods in org.apache.poi.hssf.record.cf with parameters of type Region | |
---|---|
static CellRange[] |
CellRange.convertRegionsToCellRanges(Region[] regions)
Convert array of regions to a List of CellRange objects |
Uses of Region in org.apache.poi.hssf.usermodel |
---|
Methods in org.apache.poi.hssf.usermodel that return Region | |
---|---|
Region[] |
HSSFConditionalFormatting.getFormattingRegions()
|
Region |
HSSFSheet.getMergedRegionAt(int index)
gets the region at a particular index |
Methods in org.apache.poi.hssf.usermodel with parameters of type Region | |
---|---|
int |
HSSFSheetConditionalFormatting.addConditionalFormatting(Region[] regions,
HSSFConditionalFormattingRule rule1)
|
int |
HSSFSheetConditionalFormatting.addConditionalFormatting(Region[] regions,
HSSFConditionalFormattingRule[] cfRules)
Allows to add a new Conditional Formatting set to the sheet. |
int |
HSSFSheetConditionalFormatting.addConditionalFormatting(Region[] regions,
HSSFConditionalFormattingRule rule1,
HSSFConditionalFormattingRule rule2)
|
int |
HSSFSheetConditionalFormatting.addConditionalFormatting(Region[] regions,
HSSFConditionalFormattingRule rule1,
HSSFConditionalFormattingRule rule2,
HSSFConditionalFormattingRule rule3)
|
int |
HSSFSheet.addMergedRegion(Region region)
adds a merged region of cells (hence those cells form one) |
Uses of Region in org.apache.poi.hssf.usermodel.contrib |
---|
Methods in org.apache.poi.hssf.usermodel.contrib with parameters of type Region | |
---|---|
static void |
HSSFRegionUtil.setBorderBottom(short border,
Region region,
HSSFSheet sheet,
HSSFWorkbook workbook)
Sets the borderBottom attribute of the HSSFRegionUtil object |
static void |
HSSFRegionUtil.setBorderLeft(short border,
Region region,
HSSFSheet sheet,
HSSFWorkbook workbook)
Sets the left border for a region of cells by manipulating the cell style of the indidual cells on the left |
static void |
HSSFRegionUtil.setBorderRight(short border,
Region region,
HSSFSheet sheet,
HSSFWorkbook workbook)
Sets the borderRight attribute of the HSSFRegionUtil object |
static void |
HSSFRegionUtil.setBorderTop(short border,
Region region,
HSSFSheet sheet,
HSSFWorkbook workbook)
Sets the borderBottom attribute of the HSSFRegionUtil object |
static void |
HSSFRegionUtil.setBottomBorderColor(short color,
Region region,
HSSFSheet sheet,
HSSFWorkbook workbook)
Sets the bottomBorderColor attribute of the HSSFRegionUtil object |
static void |
HSSFRegionUtil.setLeftBorderColor(short color,
Region region,
HSSFSheet sheet,
HSSFWorkbook workbook)
Sets the leftBorderColor attribute of the HSSFRegionUtil object |
static void |
HSSFRegionUtil.setRightBorderColor(short color,
Region region,
HSSFSheet sheet,
HSSFWorkbook workbook)
Sets the rightBorderColor attribute of the HSSFRegionUtil object |
static void |
HSSFRegionUtil.setTopBorderColor(short color,
Region region,
HSSFSheet sheet,
HSSFWorkbook workbook)
Sets the topBorderColor attribute of the HSSFRegionUtil object |
Uses of Region in org.apache.poi.hssf.util |
---|
Methods in org.apache.poi.hssf.util with parameters of type Region | |
---|---|
int |
Region.compareTo(Region r)
Compares that the given region is the same less than or greater than this region. |
boolean |
Region.equals(Region r)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |