[]
Represents the edit protection settings of a document.
public class EditProtection
When set, overrides the LimitFormattingToUnlockedStyles mode for autoformat.
public bool AllowAutoformatToOverrideFormatRestrictions { get; set; }
Gets or sets the protection mode.
public EditProtectionMode EditMode { get; set; }
Gets or sets a value indicating whether to apply protection mode defined in this class.
public bool IsActive { get; set; }
Specifies whether formatting restrictions are applied to the document.
If true, prevents the use of direct formatting and the use of styles with the Locked property value of true.
public bool LimitFormattingToUnlockedStyles { get; set; }
Gets or sets the password.
public Password Password { get; set; }