public interface ITableStyleInfo
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Represents the name of the table style to use with the table.
|
boolean |
getShowColumnStripes()
Gets whether column stripe formatting is applied.
|
boolean |
getShowFirstColumn()
Gets whether the first column in the table should have style applied.
|
boolean |
getShowLastColumn()
Gets whether the last column in the table should have style applied.
|
boolean |
getShowRowStripes()
Gets whether row stripe formatting is applied.
|
void |
setName(java.lang.String value)
Represents 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.
|
java.lang.String getName()
void setName(java.lang.String value)
boolean getShowColumnStripes()
void setShowColumnStripes(boolean value)
boolean getShowFirstColumn()
void setShowFirstColumn(boolean value)
boolean getShowLastColumn()
void setShowLastColumn(boolean value)
boolean getShowRowStripes()
void setShowRowStripes(boolean value)