StyleReference.Modifiers Property

Definition

mods, this property is only available in Office 2013 and later.

Represents the following attribute in the schema: mods

[DocumentFormat.OpenXml.SchemaAttr(0, "mods")]
public DocumentFormat.OpenXml.ListValue<DocumentFormat.OpenXml.StringValue> Modifiers { get; set; }
public DocumentFormat.OpenXml.ListValue<DocumentFormat.OpenXml.StringValue> Modifiers { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "mods")]
public DocumentFormat.OpenXml.ListValue<DocumentFormat.OpenXml.StringValue>? Modifiers { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("mods")]
public DocumentFormat.OpenXml.ListValue<DocumentFormat.OpenXml.StringValue>? Modifiers { get; set; }
public DocumentFormat.OpenXml.ListValue<DocumentFormat.OpenXml.StringValue>? Modifiers { get; set; }
member this.Modifiers : DocumentFormat.OpenXml.ListValue<DocumentFormat.OpenXml.StringValue> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "mods")>]
member this.Modifiers : DocumentFormat.OpenXml.ListValue<DocumentFormat.OpenXml.StringValue> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("mods")>]
member this.Modifiers : DocumentFormat.OpenXml.ListValue<DocumentFormat.OpenXml.StringValue> with get, set
Public Property Modifiers As ListValue(Of StringValue)

Property Value

Attributes

Applies to