接口 ITableStyleInfo
public interface ITableStyleInfo
Gets or sets the style information applied to the table.
-
方法概要
修饰符和类型方法说明getName()
Represents 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
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.
-
方法详细资料
-
getName
String getName()Represents the name of the table style to use with the table. -
setName
Represents 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.
-