| Modifier and Type | Method and Description |
|---|---|
CellAddress |
CellImpl.getAddress() |
CellAddress |
CellImpl.getHyperlink() |
| Modifier and Type | Method and Description |
|---|---|
Sheet |
SheetImpl.addImage(CellAddress address,
String resourcePath)
Creates an
Image from the resourcePath and places it at
the indicated address. |
void |
CellImpl.setAddress(CellAddress address) |
| Modifier and Type | Method and Description |
|---|---|
CellAddress |
Image.getCellAddress()
Return the
CellAddress of an Image. |
| Modifier and Type | Method and Description |
|---|---|
Image |
Image.address(CellAddress cellAddress)
"Builder-Look" method, set the address and return the .
|
| Constructor and Description |
|---|
ImageInputStream(String path,
CellAddress cellAddress) |
ImageInputStream(String path,
CellAddress cellAddress,
Image.ImageType type) |
| Modifier and Type | Method and Description |
|---|---|
CellAddress |
CellAddress.col(Integer col)
Col cell address.
|
CellAddress |
CellAddress.col(String col)
Col cell address.
|
static CellAddress |
CellAddress.empty()
Empty cell address.
|
CellAddress |
Cell.getAddress()
Gets address.
|
CellAddress |
CellRegion.getEnd()
Gets end.
|
CellAddress |
Cell.getHyperlink()
Gets hyperlink.
|
CellAddress |
CellRegion.getStart()
Gets start.
|
static CellAddress |
CellAddress.newInstance(int col,
int row)
New instance cell address.
|
static CellAddress |
CellAddress.of(String address)
Of cell address.
|
CellAddress |
CellAddress.row(Integer row)
Row cell address.
|
CellAddress |
CellAddress.sheet(String sheet)
Sheet cell address.
|
| Modifier and Type | Method and Description |
|---|---|
Sheet |
Sheet.addImage(CellAddress address,
String resourcePath)
Add image sheet.
|
CellRegion |
CellRegion.end(CellAddress end)
End cell region.
|
void |
CellRegion.setEnd(CellAddress end)
Sets end.
|
void |
CellRegion.setStart(CellAddress start)
Sets start.
|
CellRegion |
CellRegion.start(CellAddress start)
Start cell region.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CellAddressImpl
Class that represents the address of a cell.
|
| Modifier and Type | Method and Description |
|---|---|
CellAddress |
CellAddressBuilder.build()
Build cell address.
|
CellAddress |
CellAddressImpl.col(Integer col) |
CellAddress |
CellAddressImpl.col(String col) |
CellAddress |
CellAddressImpl.row(Integer row) |
CellAddress |
CellAddressImpl.sheet(String sheet) |
| Modifier and Type | Method and Description |
|---|---|
CellAddress |
CellRegionImpl.getEnd() |
CellAddress |
CellRegionImpl.getStart() |
| Modifier and Type | Method and Description |
|---|---|
CellRegionImpl |
CellRegionImpl.end(CellAddress end) |
CellRegionBuilder |
CellRegionBuilder.end(CellAddress end)
End cell region builder.
|
void |
CellRegionImpl.setEnd(CellAddress end) |
void |
CellRegionImpl.setStart(CellAddress start) |
CellRegion |
CellRegionImpl.start(CellAddress start) |
CellRegionBuilder |
CellRegionBuilder.start(CellAddress start)
Start cell region builder.
|
Copyright © 2018. All rights reserved.