OutlineProperties.ApplyStyles Property

Definition

Apply Styles in Outline

Represents the following attribute in the schema: applyStyles

[DocumentFormat.OpenXml.SchemaAttr(0, "applyStyles")]
public DocumentFormat.OpenXml.BooleanValue ApplyStyles { get; set; }
public DocumentFormat.OpenXml.BooleanValue ApplyStyles { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "applyStyles")]
public DocumentFormat.OpenXml.BooleanValue? ApplyStyles { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("applyStyles")]
public DocumentFormat.OpenXml.BooleanValue? ApplyStyles { get; set; }
public DocumentFormat.OpenXml.BooleanValue? ApplyStyles { get; set; }
member this.ApplyStyles : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "applyStyles")>]
member this.ApplyStyles : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("applyStyles")>]
member this.ApplyStyles : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property ApplyStyles As BooleanValue

Property Value

Returns BooleanValue.

Attributes

Applies to