PreviousSectionProperties.FormProtection Property
Only Allow Editing of Form Fields.Represents the element tag in schema: w:formProt
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
Public Property FormProtection As FormProtection
Get
Set
'使用
Dim instance As PreviousSectionProperties
Dim value As FormProtection
value = instance.FormProtection
instance.FormProtection = value
public FormProtection FormProtection { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.FormProtection
Returns FormProtection.
See Also
Reference
PreviousSectionProperties Class