[]
        
(Showing Draft Content)

ITableStyleInfo

Interface ITableStyleInfo


public interface ITableStyleInfo
Gets or sets the style information applied to the table.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the name of the table style to use with the table.
    boolean
    Gets whether column stripe formatting is applied.
    boolean
    Gets whether the first column in the table should have style applied.
    boolean
    Gets whether the last column in the table should have style applied.
    boolean
    Gets whether row stripe formatting is applied.
    void
    setName(String value)
    Sets the name of the table style to use with the table.
    void
    setShowColumnStripes(boolean value)
    Sets whether column stripe formatting is applied.
    void
    setShowFirstColumn(boolean value)
    Sets whether the first column in the table should have style applied.
    void
    setShowLastColumn(boolean value)
    Sets whether the last column in the table should have style applied.
    void
    setShowRowStripes(boolean value)
    Sets whether row stripe formatting is applied.
  • Method Details

    • getName

      String getName()
      Gets the name of the table style to use with the table.
    • setName

      void setName(String value)
      Sets the name of the table style to use with the table.
    • getShowColumnStripes

      boolean getShowColumnStripes()
      Gets whether column stripe formatting is applied.
    • setShowColumnStripes

      void setShowColumnStripes(boolean value)
      Sets whether column stripe formatting is applied.
    • getShowFirstColumn

      boolean getShowFirstColumn()
      Gets whether the first column in the table should have style applied.
    • setShowFirstColumn

      void setShowFirstColumn(boolean value)
      Sets whether the first column in the table should have style applied.
    • getShowLastColumn

      boolean getShowLastColumn()
      Gets whether the last column in the table should have style applied.
    • setShowLastColumn

      void setShowLastColumn(boolean value)
      Sets whether the last column in the table should have style applied.
    • getShowRowStripes

      boolean getShowRowStripes()
      Gets whether row stripe formatting is applied.
    • setShowRowStripes

      void setShowRowStripes(boolean value)
      Sets whether row stripe formatting is applied.