TextCharacterPropertiesType.Strike Property

Definition

strike

Represents the following attribute in the schema: strike

[DocumentFormat.OpenXml.SchemaAttr(0, "strike")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.TextStrikeValues> Strike { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.TextStrikeValues> Strike { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "strike")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.TextStrikeValues>? Strike { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("strike")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.TextStrikeValues>? Strike { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.TextStrikeValues>? Strike { get; set; }
member this.Strike : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.TextStrikeValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "strike")>]
member this.Strike : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.TextStrikeValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("strike")>]
member this.Strike : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.TextStrikeValues> with get, set
Public Property Strike As EnumValue(Of TextStrikeValues)

Property Value

Returns EnumValue<T>.

Attributes

Applies to