Uses of Class
org.apache.poi.xssf.model.StylesTable

Packages that use StylesTable
org.apache.poi.xssf.eventusermodel   
org.apache.poi.xssf.extractor   
org.apache.poi.xssf.usermodel   
 

Uses of StylesTable in org.apache.poi.xssf.eventusermodel
 

Methods in org.apache.poi.xssf.eventusermodel that return StylesTable
 StylesTable XSSFReader.getStylesTable()
          Opens up the Styles Table, parses it, and returns a handy object for working with cell styles
 

Constructors in org.apache.poi.xssf.eventusermodel with parameters of type StylesTable
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.
 

Uses of StylesTable in org.apache.poi.xssf.extractor
 

Methods in org.apache.poi.xssf.extractor with parameters of type StylesTable
 void XSSFEventBasedExcelExtractor.processSheet(XSSFSheetXMLHandler.SheetContentsHandler sheetContentsExtractor, StylesTable styles, ReadOnlySharedStringsTable strings, java.io.InputStream sheetInputStream)
          Processes the given sheet
 

Uses of StylesTable in org.apache.poi.xssf.usermodel
 

Methods in org.apache.poi.xssf.usermodel that return StylesTable
 StylesTable XSSFWorkbook.getStylesSource()
          Return a object representing a collection of shared objects used for styling content, e.g.
protected  StylesTable XSSFCell.getStylesSource()
           
 

Methods in org.apache.poi.xssf.usermodel with parameters of type StylesTable
 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.
 

Constructors in org.apache.poi.xssf.usermodel with parameters of type StylesTable
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)
           
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.