WordProcessingProtectionType

Inheritance: java.lang.Object

public final class WordProcessingProtectionType

Represents protection type for a Word document.

Fields

Field Description
AllowOnlyRevisions User can only add revision marks to the document.
AllowOnlyComments User can only modify comments in the document.
AllowOnlyFormFields User can only enter data in the form fields in the document.
ReadOnly No changes are allowed to the document.

AllowOnlyRevisions

public static final int AllowOnlyRevisions

User can only add revision marks to the document.

AllowOnlyComments

public static final int AllowOnlyComments

User can only modify comments in the document.

AllowOnlyFormFields

public static final int AllowOnlyFormFields

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

ReadOnly

public static final int ReadOnly

No changes are allowed to the document.