OutlineProperties.ApplyStyles Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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