Class TableStyleInfoImpl

    • Constructor Detail

      • TableStyleInfoImpl

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

      • getName

        public String getName()
        Returns:
        the name of the style (may reference a built-in style)
      • setName

        public void setName​(String name)
      • isShowColumnStripes

        public boolean isShowColumnStripes()
        Returns:
        true if alternating column styles should be applied
      • setShowColumnStripes

        public void setShowColumnStripes​(boolean b)
      • isShowRowStripes

        public boolean isShowRowStripes()
        Returns:
        true if alternating row styles should be applied
      • setShowRowStripes

        public void setShowRowStripes​(boolean b)
      • isShowLastColumn

        public boolean isShowLastColumn()
        Returns:
        true if the distinct last column style should be applied
      • setShowLastColumn

        public void setShowLastColumn​(boolean b)
      • isShowFirstColumn

        public boolean isShowFirstColumn()
        Returns:
        true if the distinct first column style should be applied
      • 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 TableStyle getStyle()
        Returns:
        style definition