EditableDocumentRights class

Rights that apply to editable documents.

Signature

public final class EditableDocumentRights

Properties

Name Signature Notes
ALL
public final static Collection<String> ALL = Collections.unmodifiableCollection(Arrays.asList(CommonRights.View, Edit, Export, Extract, Print, Comment, CommonRights.Owner));
Specifies all of the rights (View, Edit, Export, Extract, Comment and Print, Owner)
Comment
public final static String Comment = "COMMENT";
Specifies the right to make comments on the document.
Edit
public final static String Edit = "EDIT";
Specifies a right that allows the protected content to be edited and saved to the same protected format.
Export
public final static String Export = "EXPORT";
Specifies a right that allows content to be extracted from a protected format and placed in a different AD RMS-protected format.
Extract
public final static String Extract = "EXTRACT";
Specifies a right that allows content to be extracted from a protected format and placed in an unprotected, or a different protected, format. Same value as EmailRights.Extract.
Print
public final static String Print = "PRINT";
Specifies a right that allows protected content to be printed. Same value as EmailRights.Print.

Defined in

EditableDocumentRights.java

Supported Platforms

Minimum supported OS version
Android 4.0.3 (API level 15)

Package

com.microsoft.rightsmanagement

Remarks

For more information about the built-in rights and the usage restrictions associated with them that apps should observe, see Built-in Rights Usage Restriction Reference.

Thread Safety

Members of this class are not guaranteed to be thread safe.