public class PermissionSettings extends Object
Modifier and Type | Field and Description |
---|---|
Boolean |
assistiveTechnology |
Boolean |
commenting |
Boolean |
copying |
Boolean |
documentAssembly |
Boolean |
editing |
Boolean |
formFilling |
Boolean |
pageExtraction |
String |
printing |
Constructor and Description |
---|
PermissionSettings() |
Modifier and Type | Method and Description |
---|---|
String |
getPrintingPermission()
Returns a string specifying permission level for printing the file.
|
Boolean |
hasAssistiveTechnology()
Returns a boolean specifying whether the specified PDF file will be supported by a screen reader.
|
Boolean |
isCommentingAllowed()
Returns a boolean specifying whether adding comments in the specified PDF file is permitted.
|
Boolean |
isCopyingAllowed()
Returns a boolean specifying whether copying the content of the specified PDF file is permitted.
|
Boolean |
isDocumentAssemblyAllowed()
Returns a boolean specifying whether adding or inserting pages in the specified PDF file is permitted.
|
Boolean |
isEditingAllowed()
Returns a boolean specifying whether editing the content in the specified PDF file is permitted.
|
Boolean |
isFormFillingAllowed()
Returns a boolean specifying whether form filling is permitted in the specified PDF file.
|
Boolean |
isPageExtractionAllowed()
Returns a boolean specifying whether extracting pages of the specified PDF file is permitted.
|
public Boolean assistiveTechnology
public Boolean formFilling
public Boolean copying
public Boolean pageExtraction
public Boolean documentAssembly
public Boolean commenting
public String printing
public Boolean editing
public Boolean hasAssistiveTechnology()
true
if the specified PDF file will be supported by a screen reader. False otherwise.public Boolean isFormFillingAllowed()
true
if form filling is permitted in the specified PDF file. False otherwise.public Boolean isCopyingAllowed()
true
if copying the content of the specified PDF file is permitted. False otherwise.public Boolean isPageExtractionAllowed()
true
if extracting pages of the specified PDF file is permitted. False otherwise.public Boolean isDocumentAssemblyAllowed()
true
if adding or inserting pages in the specified PDF file is permitted. False otherwise.public Boolean isCommentingAllowed()
true
if adding comments in the specified PDF file is permitted. False otherwise.public Boolean isEditingAllowed()
true
if editing the content in the specified PDF file is permitted. False otherwise.public String getPrintingPermission()
Copyright © 2023 Adobe. All rights reserved.