Package io.keikai.model
Interface STableStyleInfo
- All Superinterfaces:
org.apache.poi.ss.usermodel.TableStyleInfo
- All Known Implementing Classes:
AbstractTableStyleInfoAdv,TableStyleInfoImpl
public interface STableStyleInfo
extends org.apache.poi.ss.usermodel.TableStyleInfo
Table style info.
- Since:
- 3.8.0
- Author:
- henri
-
Method Summary
Modifier and TypeMethodDescriptiongetName()getTableStyle(SBook book) Returns styles used in this TableStyleInfo associated with the specified book.booleanbooleanbooleanbooleanvoidvoidsetShowColumnStripes(boolean b) voidsetShowFirstColumn(boolean b) voidsetShowLastColumn(boolean b) voidsetShowRowStripes(boolean b) Methods inherited from interface org.apache.poi.ss.usermodel.TableStyleInfo
getStyle
-
Method Details
-
getName
String getName()- Specified by:
getNamein interfaceorg.apache.poi.ss.usermodel.TableStyleInfo
-
setName
-
isShowColumnStripes
boolean isShowColumnStripes()- Specified by:
isShowColumnStripesin interfaceorg.apache.poi.ss.usermodel.TableStyleInfo
-
setShowColumnStripes
void setShowColumnStripes(boolean b) -
isShowRowStripes
boolean isShowRowStripes()- Specified by:
isShowRowStripesin interfaceorg.apache.poi.ss.usermodel.TableStyleInfo
-
setShowRowStripes
void setShowRowStripes(boolean b) -
isShowLastColumn
boolean isShowLastColumn()- Specified by:
isShowLastColumnin interfaceorg.apache.poi.ss.usermodel.TableStyleInfo
-
setShowLastColumn
void setShowLastColumn(boolean b) -
isShowFirstColumn
boolean isShowFirstColumn()- Specified by:
isShowFirstColumnin interfaceorg.apache.poi.ss.usermodel.TableStyleInfo
-
setShowFirstColumn
void setShowFirstColumn(boolean b) -
getTableStyle
Returns styles used in this TableStyleInfo associated with the specified book.- Parameters:
book-- Returns:
- Since:
- 3.8.3
-