| Modifier and Type | Method and Description |
|---|---|
CellRegion |
SheetImpl.getFilterRange() |
CellRegion |
TextBoxImpl.getPosition() |
CellRegion |
PrintSetupImpl.getPrintArea() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,CellRegion> |
SheetImpl.getMergedCells() |
| Modifier and Type | Method and Description |
|---|---|
Sheet |
SheetImpl.createTextBox(CellRegion region,
String content)
Creates an
TextBoxImpl places it into the indicated region
and sets its value. |
Sheet |
SheetImpl.filterRegion(CellRegion region)
Sets the filter on indicated region.
|
TextBox |
TextBoxImpl.location(CellRegion position) |
Sheet |
SheetImpl.mergeRegion(CellRegion region)
Merges the indicated
CellRegionImpl |
PrintSetup |
PrintSetupImpl.printArea(CellRegion printArea) |
void |
SheetImpl.setFilterRange(CellRegion filterRange) |
void |
TextBoxImpl.setPosition(CellRegion position) |
void |
PrintSetupImpl.setPrintArea(CellRegion printArea) |
| Modifier and Type | Method and Description |
|---|---|
void |
SheetImpl.setMergedCells(Map<String,CellRegion> mergedCells) |
| Constructor and Description |
|---|
TextBoxImpl(CellRegion position,
String value) |
| Modifier and Type | Method and Description |
|---|---|
static CellRegion |
CellRegion.empty()
Empty cell region.
|
CellRegion |
CellRegion.end(CellAddress end)
End cell region.
|
CellRegion |
Sheet.getFilterRange()
Gets filter range.
|
CellRegion |
TextBox.getPosition()
Gets position.
|
CellRegion |
PrintSetup.getPrintArea()
Gets print area.
|
static CellRegion |
CellRegion.newInstance(Integer startCol,
Integer startRow,
Integer endCol,
Integer endRow)
New instance cell region.
|
static CellRegion |
CellRegion.of(String range)
Of cell region.
|
CellRegion |
CellRegion.start(CellAddress start)
Start cell region.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,CellRegion> |
Sheet.getMergedCells()
Gets merged cells.
|
| Modifier and Type | Method and Description |
|---|---|
Sheet |
Sheet.createTextBox(CellRegion region,
String content)
Create text box sheet.
|
Sheet |
Sheet.filterRegion(CellRegion region)
Filter region sheet.
|
TextBox |
TextBox.location(CellRegion position)
Location text box.
|
Sheet |
Sheet.mergeRegion(CellRegion region)
Merge region sheet.
|
PrintSetup |
PrintSetup.printArea(CellRegion printArea)
Print area print setup.
|
void |
Sheet.setFilterRange(CellRegion filterRange)
Sets filter range.
|
void |
TextBox.setPosition(CellRegion position)
Sets position.
|
void |
PrintSetup.setPrintArea(CellRegion printArea)
Sets print area.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Sheet.setMergedCells(Map<String,CellRegion> mergedCells)
Sets merged cells.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CellRegionImpl
Class that represents a region of cells into a parentSheet.
|
| Modifier and Type | Method and Description |
|---|---|
CellRegion |
CellRegionBuilder.build()
Build cell region.
|
CellRegion |
CellRegionImpl.start(CellAddress start) |
| Modifier and Type | Method and Description |
|---|---|
static CellRegion |
CellRegionHelper.rangeToCellRegion(String range)
Range to cell region cell region.
|
Copyright © 2018. All rights reserved.