次の方法で共有


TextCharacterPropertiesType.Strike Property

Strikethrough.Represents the attribte in schema: strike

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

Syntax

'宣言
<SchemaAttrAttribute(, "strike")> _
Public Property Strike As EnumValue(Of TextStrikeValues)
    Get
    Set
'使用
Dim instance As TextCharacterPropertiesType
Dim value As EnumValue(Of TextStrikeValues)

value = instance.Strike

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

Property Value

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

See Also

Reference

TextCharacterPropertiesType Class

TextCharacterPropertiesType Members

DocumentFormat.OpenXml.Drawing Namespace