MsoTextStrike Enumeration

Indicates the number of times a character is printed to darken the image.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Public Enumeration MsoTextStrike
'Usage
Dim instance As MsoTextStrike
public enum MsoTextStrike

Members

Member name Description
msoStrikeMixed Specifies that the text can contain a combination of double-strike and single-strike characters.
msoNoStrike Specifies that the character is not printed.
msoSingleStrike Specifies that the character is printed once.
msoDoubleStrike Specifies that the character is printed twice.

See Also

Reference

Microsoft.Office.Core Namespace