Package | Description |
---|---|
org.zkoss.poi.xssf.eventusermodel | |
org.zkoss.poi.xssf.extractor | |
org.zkoss.poi.xssf.usermodel |
Modifier and Type | Method and Description |
---|---|
StylesTable |
XSSFReader.getStylesTable()
Opens up the Styles Table, parses it, and
returns a handy object for working with cell styles
|
Constructor and Description |
---|
XSSFSheetXMLHandler(StylesTable styles,
ReadOnlySharedStringsTable strings,
XSSFSheetXMLHandler.SheetContentsHandler sheetContentsHandler,
boolean formulasNotResults)
Accepts objects needed while parsing.
|
XSSFSheetXMLHandler(StylesTable styles,
ReadOnlySharedStringsTable strings,
XSSFSheetXMLHandler.SheetContentsHandler sheetContentsHandler,
DataFormatter dataFormatter,
boolean formulasNotResults)
Accepts objects needed while parsing.
|
Modifier and Type | Method and Description |
---|---|
void |
XSSFEventBasedExcelExtractor.processSheet(XSSFSheetXMLHandler.SheetContentsHandler sheetContentsExtractor,
StylesTable styles,
ReadOnlySharedStringsTable strings,
java.io.InputStream sheetInputStream)
Processes the given sheet
|
Modifier and Type | Method and Description |
---|---|
StylesTable |
XSSFWorkbook.getStylesSource()
Return a object representing a collection of shared objects used for styling content,
e.g. fonts, cell styles, colors, etc.
|
protected StylesTable |
XSSFCell.getStylesSource() |
Modifier and Type | Method and Description |
---|---|
long |
XSSFFont.registerTo(StylesTable styles)
Perform a registration of ourselves
to the style table
|
protected void |
XSSFRichTextString.setStylesTableReference(StylesTable tbl) |
void |
XSSFCellStyle.verifyBelongsToStylesSource(StylesTable src)
Verifies that this style belongs to the supplied Workbook
Styles Source.
|
Constructor and Description |
---|
XSSFCellStyle(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXf cellStyleXf,
StylesTable stylesSource,
ThemesTable theme) |
XSSFCellStyle(int cellXfId,
int cellStyleXfId,
StylesTable stylesSource,
ThemesTable theme)
Creates a Cell Style from the supplied parts
|
XSSFCellStyle(StylesTable stylesSource)
Creates an empty Cell Style
|
XSSFDataFormat(StylesTable stylesSource) |
XSSFDxfCellStyle(int dxfId,
StylesTable stylesSource,
ThemesTable theme) |
XSSFDxfCellStyle(StylesTable stylesSource)
Creates an empty Cell Style
|
XSSFDxfCellStyle(StylesTable stylesSource,
ThemesTable theme)
Creates an empty Cell Style with theme
|
XSSFNamedStyle(java.lang.String name,
boolean custom,
int builtinId,
int xfId,
StylesTable stylesSource,
ThemesTable theme) |
XSSFTableStyle(int styleId,
StylesTable stylesSource,
XSSFWorkbook book) |
XSSFTableStyle(java.lang.String name,
StylesTable styleSource,
XSSFWorkbook book) |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.