MsoTextStrike Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the number of times a character is printed to darken the image.
public enum class MsoTextStrike
public enum MsoTextStrike
type MsoTextStrike =
Public Enum MsoTextStrike
- Inheritance
-
MsoTextStrike
Fields
Name | Value | Description |
---|---|---|
msoStrikeMixed | -2 | Specifies that the text can contain a combination of double-strike and single-strike characters. |
msoNoStrike | 0 | Specifies that the character is not printed. |
msoSingleStrike | 1 | Specifies that the character is printed once. |
msoDoubleStrike | 2 | Specifies that the character is printed twice. |