LatentStyles.DefaultLockedState 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.
Default Style Locking Setting
Represents the following attribute in the schema: w:defLockedState
[DocumentFormat.OpenXml.SchemaAttr(23, "defLockedState")]
public DocumentFormat.OpenXml.OnOffValue DefaultLockedState { get; set; }
public DocumentFormat.OpenXml.OnOffValue DefaultLockedState { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "defLockedState")]
public DocumentFormat.OpenXml.OnOffValue? DefaultLockedState { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:defLockedState")]
public DocumentFormat.OpenXml.OnOffValue? DefaultLockedState { get; set; }
public DocumentFormat.OpenXml.OnOffValue? DefaultLockedState { get; set; }
member this.DefaultLockedState : DocumentFormat.OpenXml.OnOffValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "defLockedState")>]
member this.DefaultLockedState : DocumentFormat.OpenXml.OnOffValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:defLockedState")>]
member this.DefaultLockedState : DocumentFormat.OpenXml.OnOffValue with get, set
Public Property DefaultLockedState As OnOffValue
Property Value
Returns EnumValue<T>.
- Attributes