Uses of Interface
org.openl.excel.parser.TableStyles
-
Packages that use TableStyles Package Description org.openl.excel.grid org.openl.excel.parser org.openl.excel.parser.dom org.openl.excel.parser.event org.openl.excel.parser.event.style org.openl.excel.parser.sax -
-
Uses of TableStyles in org.openl.excel.grid
Methods in org.openl.excel.grid that return TableStyles Modifier and Type Method Description protected TableStylesParsedGrid. getTableStyles(int row, int column) -
Uses of TableStyles in org.openl.excel.parser
Methods in org.openl.excel.parser that return TableStyles Modifier and Type Method Description TableStylesExcelReader. getTableStyles(SheetDescriptor sheet, IGridRegion tableRegion)Get styles for a given table -
Uses of TableStyles in org.openl.excel.parser.dom
Methods in org.openl.excel.parser.dom that return TableStyles Modifier and Type Method Description TableStylesDOMReader. getTableStyles(SheetDescriptor sheet, IGridRegion tableRegion) -
Uses of TableStyles in org.openl.excel.parser.event
Methods in org.openl.excel.parser.event that return TableStyles Modifier and Type Method Description TableStylesEventReader. getTableStyles(SheetDescriptor sheet, IGridRegion tableRegion)TableStylesTableStyleListener. getTableStyles() -
Uses of TableStyles in org.openl.excel.parser.event.style
Classes in org.openl.excel.parser.event.style that implement TableStyles Modifier and Type Class Description classEventTableStyles -
Uses of TableStyles in org.openl.excel.parser.sax
Classes in org.openl.excel.parser.sax that implement TableStyles Modifier and Type Class Description classSAXTableStylesMethods in org.openl.excel.parser.sax that return TableStyles Modifier and Type Method Description TableStylesSAXReader. getTableStyles(SheetDescriptor sheet, IGridRegion tableRegion)
-