Package io.keikai.model
Interface STable
- All Superinterfaces:
org.apache.poi.ss.usermodel.Table
- All Known Implementing Classes:
AbstractTableAdv,TableImpl,TableImpl.DummyTable
public interface STable
extends org.apache.poi.ss.usermodel.Table
Table
- Since:
- 3.8.0
- Author:
- henri
-
Field Summary
Fields inherited from interface org.apache.poi.ss.usermodel.Table
isStructuredReference -
Method Summary
Modifier and TypeMethodDescriptionvoidaddColumn(STableColumn column) Creates a new auto filter for this table the old one will be drop directly.voidDelete current autofilter if it hasvoidenableAutoFilter(boolean enable) Gets the auto filter information if there is.getBook()getColumnAt(int colIdx) getColumnsRegion(String columnName1, String columnName2) intgetItemRegion(org.apache.poi.ss.formula.ptg.TablePtg.Item item, int rowIdx) getName()getThisRowRegion(int rowIdx) intvoidsetDisplayName(String name) voidsetHeaderRowCount(int count) voidvoidsetTotalsRowCount(int count) Methods inherited from interface org.apache.poi.ss.usermodel.Table
contains, contains, findColumnIndex, getEndColIndex, getEndRowIndex, getSheetName, getStartColIndex, getStartRowIndex, getStyle, getStyleName, isHasTotalsRow
-
Method Details
-
getBook
SBook getBook() -
getAutoFilter
SAutoFilter getAutoFilter()Gets the auto filter information if there is.- Returns:
- the auto filter, or null if not found
-
enableAutoFilter
void enableAutoFilter(boolean enable) -
createAutoFilter
SAutoFilter createAutoFilter()Creates a new auto filter for this table the old one will be drop directly.- Returns:
- the new auto filter.
-
deleteAutoFilter
void deleteAutoFilter()Delete current autofilter if it has -
addColumn
-
getColumns
List<STableColumn> getColumns() -
getColumnAt
-
getTableStyleInfo
STableStyleInfo getTableStyleInfo() -
getTotalsRowCount
int getTotalsRowCount()- Specified by:
getTotalsRowCountin interfaceorg.apache.poi.ss.usermodel.Table
-
setTotalsRowCount
void setTotalsRowCount(int count) -
getHeaderRowCount
int getHeaderRowCount()- Specified by:
getHeaderRowCountin interfaceorg.apache.poi.ss.usermodel.Table
-
setHeaderRowCount
void setHeaderRowCount(int count) -
getName
String getName()- Specified by:
getNamein interfaceorg.apache.poi.ss.usermodel.Table
-
setName
-
getDisplayName
String getDisplayName() -
setDisplayName
-
getAllRegion
SheetRegion getAllRegion() -
getDataRegion
SheetRegion getDataRegion() -
getColumnsRegion
-
getHeadersRegion
SheetRegion getHeadersRegion() -
getTotalsRegion
SheetRegion getTotalsRegion() -
getThisRowRegion
-
getItemRegion
-