Package | Description |
---|---|
io.keikai.importer | |
io.keikai.model |
Keikai Spreadsheet Internal Book Model classes.
|
io.keikai.model.impl |
Keikai Spreadsheet Internal Book Model Implementation classes.
|
io.keikai.range.impl.imexp |
Keikai Spreadsheet Internal Range API Implementation classes.
|
Modifier and Type | Method and Description |
---|---|
protected STableStyleElem |
XlsxImporter.importTableStyleElem(XlsxExtractor.XlsxTableStyleElementExtractor styleElement) |
Modifier and Type | Method and Description |
---|---|
STableStyleElem |
STableStyle.getColStripe1Style() |
STableStyleElem |
STableStyle.getColStripe2Style() |
STableStyleElem |
STableStyle.getFirstColumnStyle() |
STableStyleElem |
STableStyle.getFirstHeaderCellStyle() |
STableStyleElem |
STableStyle.getFirstTotalCellStyle() |
STableStyleElem |
STableStyle.getHeaderRowStyle() |
STableStyleElem |
STableStyle.getLastColumnStyle() |
STableStyleElem |
STableStyle.getLastHeaderCellStyle() |
STableStyleElem |
STableStyle.getLastTotalCellStyle() |
STableStyleElem |
STableStyle.getRowStripe1Style() |
STableStyleElem |
STableStyle.getRowStripe2Style() |
STableStyleElem |
STableStyle.getTotalRowStyle() |
STableStyleElem |
STableStyle.getWholeTableStyle() |
Modifier and Type | Class and Description |
---|---|
class |
TableStyleElemImpl |
Modifier and Type | Method and Description |
---|---|
STableStyleElem |
TableStyleImpl.getColStripe1Style() |
STableStyleElem |
TableStyleImpl.getColStripe2Style() |
STableStyleElem |
TableStyleImpl.getFirstColumnStyle() |
STableStyleElem |
TableStyleImpl.getFirstHeaderCellStyle() |
STableStyleElem |
TableStyleImpl.getFirstTotalCellStyle() |
STableStyleElem |
TableStyleImpl.getHeaderRowStyle() |
STableStyleElem |
TableStyleImpl.getLastColumnStyle() |
STableStyleElem |
TableStyleImpl.getLastHeaderCellStyle() |
STableStyleElem |
TableStyleImpl.getLastTotalCellStyle() |
STableStyleElem |
TableStyleImpl.getRowStripe1Style() |
STableStyleElem |
TableStyleImpl.getRowStripe2Style() |
STableStyleElem |
TableStyleImpl.getTotalRowStyle() |
STableStyleElem |
TableStyleImpl.getWholeTableStyle() |
Constructor and Description |
---|
TableStyleImpl(String name,
STableStyleElem wholeTable,
STableStyleElem colStripe1,
int colStripe1Size,
STableStyleElem colStripe2,
int colStripe2Size,
STableStyleElem rowStripe1,
int rowStripe1Size,
STableStyleElem rowStripe2,
int rowStripe2Size,
STableStyleElem lastCol,
STableStyleElem firstCol,
STableStyleElem headerRow,
STableStyleElem totalRow,
STableStyleElem firstHeaderCell,
STableStyleElem lastHeaderCell,
STableStyleElem firstTotalCell,
STableStyleElem lastTotalCell) |
Modifier and Type | Method and Description |
---|---|
protected STableStyleElem |
ExcelXlsxImporter.importTableStyleElem(TableStyle poiTableStyle,
String name) |
Modifier and Type | Method and Description |
---|---|
protected int |
ExcelXlsxExporter.getOrCreateDxfId(STableStyleElem tbStyleElem) |
Copyright © 2020. All rights reserved.