Class TableStyleInfoImpl

    • Constructor Detail

      • TableStyleInfoImpl

        public TableStyleInfoImpl​(java.lang.String name,
                                  boolean showColumnStripes,
                                  boolean showRowStrips,
                                  boolean showFirstColumn,
                                  boolean showLastColumn)
    • Method Detail

      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.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()