Style.FontStrikethru Property

Returns or sets the formatting style's font strikethru attribute.

Syntax

Style.FontStrikethru [= value]
Setting Description
0 The text is not formatted with the font strikethru attribute.
1 The text is formatted with the font strikethru attribute.
2 Indicates that the font strikethru attribute is inherited from the paragraph's style. This value is possible only for character-based styles.

Data Types

Integer.

Limitations

Run time only.

See Also