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

public class TableStyleInfoImpl extends AbstractTableStyleInfoAdv
Table style
Since:
3.8.0
Author:
henri
See Also:
  • Constructor Details

    • TableStyleInfoImpl

      public TableStyleInfoImpl(String name, boolean showColumnStripes, boolean showRowStrips, boolean showFirstColumn, boolean showLastColumn)
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • 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

      public STableStyle getTableStyle(SBook book)
      Description copied from interface: STableStyleInfo
      Returns styles used in this TableStyleInfo associated with the specified book.
      Returns:
    • getStyle

      public org.apache.poi.ss.usermodel.TableStyle getStyle()