NumberingSymbolRunProperties.Strike Property
Strike.Represents the element tag in schema: w:strike
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
Public Property Strike As Strike
Get
Set
'使用
Dim instance As NumberingSymbolRunProperties
Dim value As Strike
value = instance.Strike
instance.Strike = value
public Strike Strike { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.Strike
See Also
Reference
NumberingSymbolRunProperties Class