com.groupdocs.watermark.contents

Interfaces

Classes

com.groupdocs.watermark.contents

Class WordProcessingProtectionType

  • java.lang.Object
    • com.groupdocs.watermark.contents.WordProcessingProtectionType


  • public final class WordProcessingProtectionType
    extends Object

    Represents protection type for a 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.

        See Also:
        Constant Field Values
      • ReadOnly

        public static final int ReadOnly

        No changes are allowed to the document.

        See Also:
        Constant Field Values