StyleRunProperties.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 StyleRunProperties
Dim value As Strike
value = instance.Strike
instance.Strike = value
public Strike Strike { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.Strike