Package io.keikai.model.impl
Class TableStyleInfoImpl
java.lang.Object
io.keikai.model.impl.AbstractTableStyleInfoAdv
io.keikai.model.impl.TableStyleInfoImpl
- All Implemented Interfaces:
STableStyleInfo,Serializable,org.apache.poi.ss.usermodel.TableStyleInfo
Table style
- Since:
- 3.8.0
- Author:
- henri
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTableStyleInfoImpl(String name, boolean showColumnStripes, boolean showRowStrips, boolean showFirstColumn, boolean showLastColumn) -
Method Summary
Modifier and TypeMethodDescriptiongetName()org.apache.poi.ss.usermodel.TableStylegetStyle()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)
-
Constructor Details
-
TableStyleInfoImpl
public TableStyleInfoImpl(String name, boolean showColumnStripes, boolean showRowStrips, boolean showFirstColumn, boolean showLastColumn)
-
-
Method Details
-
getName
-
setName
-
isShowColumnStripes
public boolean isShowColumnStripes() -
setShowColumnStripes
public void setShowColumnStripes(boolean b) -
isShowRowStripes
public boolean isShowRowStripes() -
setShowRowStripes
public void setShowRowStripes(boolean b) -
isShowLastColumn
public boolean isShowLastColumn() -
setShowLastColumn
public void setShowLastColumn(boolean b) -
isShowFirstColumn
public boolean isShowFirstColumn() -
setShowFirstColumn
public void setShowFirstColumn(boolean b) -
getTableStyle
Description copied from interface:STableStyleInfoReturns styles used in this TableStyleInfo associated with the specified book.- Returns:
-
getStyle
public org.apache.poi.ss.usermodel.TableStyle getStyle()
-