com.spire.doc.documents
Enum LockSettingsType

java.lang.Object
  extended by java.lang.Enum<LockSettingsType>
      extended by com.spire.doc.documents.LockSettingsType
All Implemented Interfaces:
java.lang.Comparable<LockSettingsType>

public enum LockSettingsType
extends java.lang.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

Un_Locked

public static final LockSettingsType Un_Locked
No locking.


Content_Locked

public static final LockSettingsType Content_Locked
Contents cannot be edited at runtime.


SDT_Content_Locked

public static final LockSettingsType SDT_Content_Locked
Contents cannot be edited at runtime and SDT cannot be deleted.


SDT_Locked

public static final LockSettingsType SDT_Locked
SDT cannot be deleted.

Method Detail

getValue

public int getValue()