LockSettingsType Enumeration
|
Specifies the possible set of locking behaviors which can be applied to the contents of the
Structured Document Tag when the contents of this documents are edited by an application (whether
through a user interface or directly).
Namespace:
Spire.Doc.Documents
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum LockSettingsType
Public Enumeration LockSettingsType
public enum class LockSettingsType
Members
|
Member name
|
Value
|
Description
|
|
UnLocked
|
0
|
No locking.
|
|
ContentLocked
|
1
|
Contents cannot be edited at runtime.
|
|
SDTContentLocked
|
2
|
Contents cannot be edited at runtime and SDT cannot be deleted.
|
|
SDTLocked
|
3
|
SDT cannot be deleted.
|
See Also