com.groupdocs.watermark.options

Interfaces

Classes

com.groupdocs.watermark.options

Class WordProcessingLockType



  • public final class WordProcessingLockType
    extends Object

    Specifies watermark lock type in Word document.

    • Field Detail

      • AllowOnlyRevisions

        public static final int AllowOnlyRevisions

        User can only add revision marks to the document.

        See Also:
        Constant Field Values
      • AllowOnlyComments

        public static final int AllowOnlyComments

        User can only modify comments in the document.

        See Also:
        Constant Field Values
      • AllowOnlyFormFields

        public static final int AllowOnlyFormFields

        User can only enter data in the form fields in the document.


        The document is splitted into one-page sections and locked section with watermark is added between each two adjacent content sections.
        See Also:
        Constant Field Values
      • ReadOnly

        public static final int ReadOnly

        The entire document is read-only.

        See Also:
        Constant Field Values
      • ReadOnlyWithEditableContent

        public static final int ReadOnlyWithEditableContent

        The document is read-only, but all the content except of the watermark is marked as editable.

        See Also:
        Constant Field Values
      • NoLock

        public static final int NoLock

        Disable any lock on watermark and document.

        See Also:
        Constant Field Values