public method TableBuilder.SetContentRowStyleStrikethrough
Sets the strikethrough stroke style and color for the content row style.
Declaration | ||||
|
Parameters | |
stroke |
The strikethrough stroke style. |
color |
The strikethrough color. |
isWholeCell |
Defines whether the strikethrough is applied to the entire cell. The entire cell is strikethrough if the value is |
This method allows you to set the strikethrough style and color for all content rows of the table. If no style is applied to the content rows, the library applies the default content row style and applies the specified strikethrough stroke style and color to this style. If some style is applied to the content rows, the library applies the specified strikethrough stroke style and color to this style.
Declared in TableBuilder