LockingValues Enumeration
Defines the LockingValues enumeration.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public Enumeration LockingValues
用法
Dim instance As LockingValues
public enum LockingValues
Members
Member name | Description | |
---|---|---|
SdtLocked | SDT Cannot Be Deleted. When the item is serialized out as xml, its value is "sdtLocked". | |
ContentLocked | Contents Cannot Be Edited At Runtime. When the item is serialized out as xml, its value is "contentLocked". | |
Unlocked | No Locking. When the item is serialized out as xml, its value is "unlocked". | |
SdtContentLocked | Contents Cannot Be Edited At Runtime And SDT Cannot Be Deleted. When the item is serialized out as xml, its value is "sdtContentLocked". |