Utility class containing constants.
This type specifies the strike type.
Field Summary |
const int | SINGLE | |
A single strikethrough applied on the text.
|
const int | DOUBLE | |
A double strikethrough applied on the text.
|
const int | NONE | |
No strike is applied to the text.
|