|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<LockSettingsType>
com.spire.doc.documents.LockSettingsType
public enum LockSettingsType
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).
Enum Constant Summary | |
---|---|
Content_Locked
Contents cannot be edited at runtime. |
|
SDT_Content_Locked
Contents cannot be edited at runtime and SDT cannot be deleted. |
|
SDT_Locked
SDT cannot be deleted. |
|
Un_Locked
No locking. |
Method Summary | |
---|---|
int |
getValue()
|
Enum Constant Detail |
---|
public static final LockSettingsType Un_Locked
public static final LockSettingsType Content_Locked
public static final LockSettingsType SDT_Content_Locked
public static final LockSettingsType SDT_Locked
Method Detail |
---|
public int getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |