Share via


BackgroundProperties.Normal Property

Definition

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

Represents the following attribute in the schema: bwNormal

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

Property Value

Attributes

Applies to