Freigeben über


TextCharacterPropertiesType.Strike-Eigenschaft

Strikethrough.Represents the attribte in schema: strike

Namespace:  DocumentFormat.OpenXml.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "strike")> _
Public Property Strike As EnumValue(Of TextStrikeValues)
    Get
    Set
'Usage
Dim instance As TextCharacterPropertiesType
Dim value As EnumValue(Of TextStrikeValues)

value = instance.Strike

instance.Strike = value
[SchemaAttrAttribute(, "strike")]
public EnumValue<TextStrikeValues> Strike { get; set; }

Eigenschaftswert

Typ: DocumentFormat.OpenXml.EnumValue<TextStrikeValues>
Returns EnumValue<T>.

Siehe auch

Referenz

TextCharacterPropertiesType Klasse

TextCharacterPropertiesType-Member

DocumentFormat.OpenXml.Drawing-Namespace