DocumentProtection.Formatting 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.
Only Allow Formatting With Unlocked Styles
Represents the following attribute in the schema: w:formatting
[DocumentFormat.OpenXml.SchemaAttr(23, "formatting")]
public DocumentFormat.OpenXml.OnOffValue Formatting { get; set; }
public DocumentFormat.OpenXml.OnOffValue Formatting { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "formatting")]
public DocumentFormat.OpenXml.OnOffValue? Formatting { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:formatting")]
public DocumentFormat.OpenXml.OnOffValue? Formatting { get; set; }
public DocumentFormat.OpenXml.OnOffValue? Formatting { get; set; }
member this.Formatting : DocumentFormat.OpenXml.OnOffValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "formatting")>]
member this.Formatting : DocumentFormat.OpenXml.OnOffValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:formatting")>]
member this.Formatting : DocumentFormat.OpenXml.OnOffValue with get, set
Public Property Formatting As OnOffValue
Property Value
Returns EnumValue<T>.
- Attributes