Package | Description |
---|---|
io.keikai.range.impl.imexp |
Keikai Spreadsheet Internal Range API Implementation classes.
|
org.zkoss.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
org.zkoss.poi.ss.usermodel | |
org.zkoss.poi.xssf.streaming | |
org.zkoss.poi.xssf.usermodel |
Modifier and Type | Method and Description |
---|---|
protected SBorder |
ExcelXlsxImporter.importBorder(DxfCellStyle poiCellStyle) |
protected SExtraStyle |
ExcelXlsxImporter.importExtraStyle(DxfCellStyle poiCellStyle) |
Modifier and Type | Method and Description |
---|---|
DxfCellStyle |
HSSFWorkbook.createDxfCellStyle() |
Modifier and Type | Method and Description |
---|---|
List<DxfCellStyle> |
HSSFWorkbook.getDxfCellStyles() |
Modifier and Type | Method and Description |
---|---|
int |
HSSFWorkbook.addDxfCellStyle(DxfCellStyle cellStyle) |
int |
HSSFWorkbook.getDxfIndex(DxfCellStyle dxfCellStyle) |
Modifier and Type | Method and Description |
---|---|
DxfCellStyle |
Workbook.createDxfCellStyle() |
DxfCellStyle |
TableStyleElem.getDxfCellStyle() |
DxfCellStyle |
ColorFilter.getDxfCellStyle()
Returns the Fill of this ColorFilter
|
DxfCellStyle |
TableStyle.getDxfCellStyle(String name)
Returns DxfCellStyle per the given name; e.g.
|
Modifier and Type | Method and Description |
---|---|
List<DxfCellStyle> |
Workbook.getDxfCellStyles() |
Modifier and Type | Method and Description |
---|---|
int |
Workbook.addDxfCellStyle(DxfCellStyle cellStyle) |
int |
Workbook.getDxfIndex(DxfCellStyle dxfCellStyle) |
Modifier and Type | Method and Description |
---|---|
DxfCellStyle |
SXSSFWorkbook.createDxfCellStyle() |
Modifier and Type | Method and Description |
---|---|
List<DxfCellStyle> |
SXSSFWorkbook.getDxfCellStyles() |
Modifier and Type | Method and Description |
---|---|
int |
SXSSFWorkbook.addDxfCellStyle(DxfCellStyle cellStyle) |
int |
SXSSFWorkbook.getDxfIndex(DxfCellStyle dxfCellStyle) |
Modifier and Type | Class and Description |
---|---|
class |
XSSFDxfCellStyle
Cell style for Dxfs
|
Modifier and Type | Method and Description |
---|---|
DxfCellStyle |
XSSFWorkbook.createDxfCellStyle() |
DxfCellStyle |
XSSFWorkbook.createDxfCellStyle(int j) |
DxfCellStyle |
XSSFColorFilter.getDxfCellStyle() |
DxfCellStyle |
XSSFTableStyle.getDxfCellStyle(String name) |
Modifier and Type | Method and Description |
---|---|
List<DxfCellStyle> |
XSSFWorkbook.getDxfCellStyles() |
Modifier and Type | Method and Description |
---|---|
int |
XSSFWorkbook.addDxfCellStyle(DxfCellStyle cellStyle) |
int |
XSSFWorkbook.getDxfIndex(DxfCellStyle cellStyle) |
Constructor and Description |
---|
XSSFColorFilter(DxfCellStyle dxfStyle,
boolean byFontColor) |
Copyright © 2020. All rights reserved.