Interface ITableStyleInfo
public interface ITableStyleInfo
Gets or sets the style information applied to the table.
-
Method Summary
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
Sets the name of the table style to use with the table.
void
Sets whether column stripe formatting is applied.
void
Sets whether the first column in the table should have style applied.
void
Sets whether the last column in the table should have style applied.
void
Sets whether row stripe formatting is applied.
-
Method Details
-
getName
Gets the name of the table style to use with the table.
-
setName
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.