DocumentProtection.Edit Property

Definition

Document Editing Restrictions

Represents the following attribute in the schema: w:edit

[DocumentFormat.OpenXml.SchemaAttr(23, "edit")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues> Edit { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues> Edit { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "edit")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues>? Edit { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:edit")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues>? Edit { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues>? Edit { get; set; }
member this.Edit : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "edit")>]
member this.Edit : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:edit")>]
member this.Edit : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues> with get, set
Public Property Edit As EnumValue(Of DocumentProtectionValues)

Property Value

Returns EnumValue<T>.

Attributes

Applies to