Interface STableStyleInfo

    • Method Detail

      • getName

        String getName()
        Specified by:
        getName in interface TableStyleInfo
        Returns:
        the name of the style (may reference a built-in style)
      • setName

        void setName​(String name)
      • isShowColumnStripes

        boolean isShowColumnStripes()
        Specified by:
        isShowColumnStripes in interface TableStyleInfo
        Returns:
        true if alternating column styles should be applied
      • setShowColumnStripes

        void setShowColumnStripes​(boolean b)
      • isShowRowStripes

        boolean isShowRowStripes()
        Specified by:
        isShowRowStripes in interface TableStyleInfo
        Returns:
        true if alternating row styles should be applied
      • setShowRowStripes

        void setShowRowStripes​(boolean b)
      • isShowLastColumn

        boolean isShowLastColumn()
        Specified by:
        isShowLastColumn in interface TableStyleInfo
        Returns:
        true if the distinct last column style should be applied
      • setShowLastColumn

        void setShowLastColumn​(boolean b)
      • isShowFirstColumn

        boolean isShowFirstColumn()
        Specified by:
        isShowFirstColumn in interface TableStyleInfo
        Returns:
        true if the distinct first column style should be applied
      • setShowFirstColumn

        void setShowFirstColumn​(boolean b)
      • getTableStyle

        STableStyle getTableStyle​(SBook book)
        Returns styles used in this TableStyleInfo associated with the specified book.
        Parameters:
        book -
        Returns:
        Since:
        3.8.3