- ClientConfig - Class in com.adobe.platform.operation
 
- 
Encapsulates the API request configurations
 
- ClientConfig() - Constructor for class com.adobe.platform.operation.ClientConfig
 
-  
 
- ClientConfig.Builder - Class in com.adobe.platform.operation
 
- 
 
- com.adobe.platform.operation - package com.adobe.platform.operation
 
- 
Contains the classes and sub-packages for various operations.
 
- com.adobe.platform.operation.auth - package com.adobe.platform.operation.auth
 
- 
Contains the classes for all types of credentials supported by PDF Tools API.
 
- com.adobe.platform.operation.exception - package com.adobe.platform.operation.exception
 
- 
Contains the classes for various exceptions that can be thrown by an 
Operation.
 
 
- com.adobe.platform.operation.io - package com.adobe.platform.operation.io
 
- 
Contains the classes for providing input or receiving the output of an 
Operation.
 
 
- com.adobe.platform.operation.pdfops - package com.adobe.platform.operation.pdfops
 
- 
Contains the classes for operations that generate or transform PDF files.
 
- com.adobe.platform.operation.pdfops.options - package com.adobe.platform.operation.pdfops.options
 
- 
 
- com.adobe.platform.operation.pdfops.options.createpdf - package com.adobe.platform.operation.pdfops.options.createpdf
 
- 
 
- com.adobe.platform.operation.pdfops.options.exportpdf - package com.adobe.platform.operation.pdfops.options.exportpdf
 
- 
 
- com.adobe.platform.operation.pdfops.options.ocr - package com.adobe.platform.operation.pdfops.options.ocr
 
- 
 
- com.adobe.platform.operation.pdfops.options.protectpdf - package com.adobe.platform.operation.pdfops.options.protectpdf
 
- 
 
- com.adobe.platform.operation.pdfops.options.rotatepages - package com.adobe.platform.operation.pdfops.options.rotatepages
 
- 
 
- CombineFilesOperation - Class in com.adobe.platform.operation.pdfops
 
- 
Combines multiple PDF files into a single PDF file.
 
- CombineFilesOperation.SupportedSourceFormat - Enum in com.adobe.platform.operation.pdfops
 
- 
 
- CompressPDFOperation - Class in com.adobe.platform.operation.pdfops
 
- 
An operation that reduces the size of a PDF file.
 
- CompressPDFOperation.SupportedSourceFormat - Enum in com.adobe.platform.operation.pdfops
 
- 
 
- create(Credentials) - Static method in class com.adobe.platform.operation.ExecutionContext
 
- 
Creates a context instance using the provided 
Credentials.
 
 
- create(Credentials, ClientConfig) - Static method in class com.adobe.platform.operation.ExecutionContext
 
- 
 
- createFromLocalFile(String, String) - Static method in class com.adobe.platform.operation.io.FileRef
 
- 
Creates a FileRef instance from a local file path with an explicitly specified media type.
 
- createFromLocalFile(String) - Static method in class com.adobe.platform.operation.io.FileRef
 
- 
Creates a FileRef instance from a local file path where the media type can be inferred from the file extension.
 
- createFromStream(InputStream, String) - Static method in class com.adobe.platform.operation.io.FileRef
 
- 
Creates a FileRef instance from an input stream using the specified media type.
 
- createNew() - Static method in class com.adobe.platform.operation.pdfops.CombineFilesOperation
 
- 
Constructs a CombineFilesOperation instance.
 
- createNew() - Static method in class com.adobe.platform.operation.pdfops.CompressPDFOperation
 
- 
Constructs a CompressPDFOperation instance.
 
- createNew() - Static method in class com.adobe.platform.operation.pdfops.CreatePDFOperation
 
- 
Constructs a CreatePDFOperation instance.
 
- createNew() - Static method in class com.adobe.platform.operation.pdfops.DeletePagesOperation
 
- 
Constructs a DeletePagesOperation instance.
 
- createNew(ExportPDFTargetFormat) - Static method in class com.adobe.platform.operation.pdfops.ExportPDFOperation
 
- 
Constructs a ExportPDFOperation instance.
 
- createNew() - Static method in class com.adobe.platform.operation.pdfops.InsertPagesOperation
 
- 
Constructs a InsertPagesOperation instance.
 
- createNew() - Static method in class com.adobe.platform.operation.pdfops.LinearizePDFOperation
 
- 
Constructs a LinearizePDFOperation instance.
 
- createNew() - Static method in class com.adobe.platform.operation.pdfops.OCROperation
 
- 
Constructs a OCROperation instance.
 
- createNew(ProtectPDFOptions) - Static method in class com.adobe.platform.operation.pdfops.ProtectPDFOperation
 
- 
Constructs a ProtectPDFOperation instance.
 
- createNew() - Static method in class com.adobe.platform.operation.pdfops.ReorderPagesOperation
 
- 
Constructs a ReorderPagesOperation instance.
 
- createNew() - Static method in class com.adobe.platform.operation.pdfops.ReplacePagesOperation
 
- 
Constructs a ReplacePagesOperation instance.
 
- createNew() - Static method in class com.adobe.platform.operation.pdfops.RotatePagesOperation
 
- 
Constructs a RotatePagesOperation instance.
 
- CreatePDFFromHTMLOptions - Class in com.adobe.platform.operation.pdfops.options.createpdf
 
- 
 
- CreatePDFFromHTMLOptions.Builder - Class in com.adobe.platform.operation.pdfops.options.createpdf
 
- 
 
- CreatePDFOperation - Class in com.adobe.platform.operation.pdfops
 
- 
An operation that converts a non-PDF file to a PDF file.
 
- CreatePDFOperation.SupportedSourceFormat - Enum in com.adobe.platform.operation.pdfops
 
- 
 
- CreatePDFOptions - Class in com.adobe.platform.operation.pdfops.options.createpdf
 
- 
 
- CreatePDFOptions() - Constructor for class com.adobe.platform.operation.pdfops.options.createpdf.CreatePDFOptions
 
-  
 
- Credentials - Class in com.adobe.platform.operation.auth
 
- 
Marker base class for different types of credentials.
 
- Credentials() - Constructor for class com.adobe.platform.operation.auth.Credentials
 
-  
 
- EncryptionAlgorithm - Enum in com.adobe.platform.operation.pdfops.options.protectpdf
 
- 
 
- execute(ExecutionContext) - Method in interface com.adobe.platform.operation.Operation
 
- 
Executes this operation synchronously using the provided context instance.
 
- execute(ExecutionContext) - Method in class com.adobe.platform.operation.pdfops.CombineFilesOperation
 
- 
Executes this operation synchronously using the supplied context and returns a new FileRef instance for the resulting file.
 
- execute(ExecutionContext) - Method in class com.adobe.platform.operation.pdfops.CompressPDFOperation
 
- 
Executes this operation synchronously using the supplied context and returns a new FileRef instance for the resulting PDF file.
 
- execute(ExecutionContext) - Method in class com.adobe.platform.operation.pdfops.CreatePDFOperation
 
- 
Executes this operation synchronously using the supplied context and returns a new FileRef instance for the resulting PDF file.
 
- execute(ExecutionContext) - Method in class com.adobe.platform.operation.pdfops.DeletePagesOperation
 
- 
Executes this operation synchronously using the supplied context and returns a new FileRef instance for the resulting PDF file.
 
- execute(ExecutionContext) - Method in class com.adobe.platform.operation.pdfops.ExportPDFOperation
 
- 
Executes this operation synchronously using the supplied context and returns a new FileRef instance for the resulting file.
 
- execute(ExecutionContext) - Method in class com.adobe.platform.operation.pdfops.InsertPagesOperation
 
- 
Executes this operation synchronously using the supplied context and returns a new FileRef instance for the resulting PDF file.
 
- execute(ExecutionContext) - Method in class com.adobe.platform.operation.pdfops.LinearizePDFOperation
 
- 
Executes this operation synchronously using the supplied context and returns a new FileRef instance for the resulting PDF file.
 
- execute(ExecutionContext) - Method in class com.adobe.platform.operation.pdfops.OCROperation
 
- 
Executes this operation synchronously using the supplied context and returns a new FileRef instance for the resulting PDF file.
 
- execute(ExecutionContext) - Method in class com.adobe.platform.operation.pdfops.ProtectPDFOperation
 
- 
Executes this operation synchronously using the supplied context and returns a new FileRef instance for the resulting PDF file.
 
- execute(ExecutionContext) - Method in class com.adobe.platform.operation.pdfops.ReorderPagesOperation
 
- 
Executes this operation synchronously using the supplied context and returns a new FileRef instance for the resulting PDF file.
 
- execute(ExecutionContext) - Method in class com.adobe.platform.operation.pdfops.ReplacePagesOperation
 
- 
Executes this operation synchronously using the supplied context and returns a new FileRef instance for the resulting PDF file.
 
- execute(ExecutionContext) - Method in class com.adobe.platform.operation.pdfops.RotatePagesOperation
 
- 
Executes this operation synchronously using the supplied context and returns a new FileRef instance for the resulting PDF file.
 
- ExecutionContext - Class in com.adobe.platform.operation
 
- 
Represents the execution context of an 
Operation.
 
 
- ExecutionContext() - Constructor for class com.adobe.platform.operation.ExecutionContext
 
-  
 
- ExportPDFOperation - Class in com.adobe.platform.operation.pdfops
 
- 
 
- ExportPDFOperation.SupportedSourceFormat - Enum in com.adobe.platform.operation.pdfops
 
- 
 
- ExportPDFTargetFormat - Enum in com.adobe.platform.operation.pdfops.options.exportpdf
 
- 
 
- getAccountId() - Method in class com.adobe.platform.operation.auth.ServiceAccountCredentials
 
- 
Account ID(format: id@techacct.adobe.com)
 
- getClaim() - Method in class com.adobe.platform.operation.auth.ServiceAccountCredentials
 
- 
Identifies the Service for which Authorization(Access) Token will be issued
 
- getClientId() - Method in class com.adobe.platform.operation.auth.ServiceAccountCredentials
 
- 
Client Id (API Key)
 
- getClientSecret() - Method in class com.adobe.platform.operation.auth.ServiceAccountCredentials
 
- 
Client Secret
 
- getDataToMerge() - Method in class com.adobe.platform.operation.pdfops.options.createpdf.CreatePDFFromHTMLOptions
 
- 
Returns JSON data that will be used to manipulate HTML DOM before it is converted into PDF file.
 
- getEncryptionAlgorithm() - Method in class com.adobe.platform.operation.pdfops.options.protectpdf.PasswordProtectOptions
 
- 
Returns the intended encryption algorithm of the resulting encrypted PDF file.
 
- getFileExt() - Method in enum com.adobe.platform.operation.pdfops.options.exportpdf.ExportPDFTargetFormat
 
- 
Returns the file extension of this format
 
- getImsBaseUri() - Method in class com.adobe.platform.operation.auth.ServiceAccountCredentials
 
- 
IMS Base URI of the API call to retrieve Authorization(Access) Token
 
- getLocale() - Method in enum com.adobe.platform.operation.pdfops.options.ocr.OCRSupportedLocale
 
- 
Returns the language code of this OCRSupportedLocale
 
- getMediaType() - Method in enum com.adobe.platform.operation.pdfops.CombineFilesOperation.SupportedSourceFormat
 
- 
Returns the corresponding media type for this format, intended to be used for 
mediaType parameter in
 
FileRef methods.
 
 
- getMediaType() - Method in enum com.adobe.platform.operation.pdfops.CompressPDFOperation.SupportedSourceFormat
 
- 
Returns the corresponding media type for this format, intended to be used for 
mediaType parameter in
 
FileRef methods.
 
 
- getMediaType() - Method in enum com.adobe.platform.operation.pdfops.CreatePDFOperation.SupportedSourceFormat
 
- 
Returns the corresponding media type for this format, intended to be used for 
mediaType parameter in
 
FileRef methods.
 
 
- getMediaType() - Method in enum com.adobe.platform.operation.pdfops.DeletePagesOperation.SupportedSourceFormat
 
- 
Returns the corresponding media type for this format, intended to be used for 
mediaType parameter in
 
FileRef methods.
 
 
- getMediaType() - Method in enum com.adobe.platform.operation.pdfops.ExportPDFOperation.SupportedSourceFormat
 
- 
Returns the corresponding media type for this format, intended to be used for 
mediaType parameter in
 
FileRef methods.
 
 
- getMediaType() - Method in enum com.adobe.platform.operation.pdfops.InsertPagesOperation.SupportedSourceFormat
 
- 
Returns the corresponding media type for this format, intended to be used for 
mediaType parameter in
 
FileRef methods.
 
 
- getMediaType() - Method in enum com.adobe.platform.operation.pdfops.LinearizePDFOperation.SupportedSourceFormat
 
- 
Returns the corresponding media type for this format, intended to be used for 
mediaType parameter in
 
FileRef methods.
 
 
- getMediaType() - Method in enum com.adobe.platform.operation.pdfops.OCROperation.SupportedSourceFormat
 
- 
Returns the corresponding media type for this format, intended to be used for 
mediaType parameter in
 
FileRef methods.
 
 
- getMediaType() - Method in enum com.adobe.platform.operation.pdfops.ProtectPDFOperation.SupportedSourceFormat
 
- 
Returns the corresponding media type for this format, intended to be used for 
mediaType parameter in
 
FileRef methods.
 
 
- getMediaType() - Method in enum com.adobe.platform.operation.pdfops.ReorderPagesOperation.SupportedSourceFormat
 
- 
Returns the corresponding media type for this format, intended to be used for 
mediaType parameter in
 
FileRef methods.
 
 
- getMediaType() - Method in enum com.adobe.platform.operation.pdfops.ReplacePagesOperation.SupportedSourceFormat
 
- 
Returns the corresponding media type for this format, intended to be used for 
mediaType parameter in
 
FileRef methods.
 
 
- getMediaType() - Method in enum com.adobe.platform.operation.pdfops.RotatePagesOperation.SupportedSourceFormat
 
- 
Returns the corresponding media type for this format, intended to be used for 
mediaType parameter in
 
FileRef methods.
 
 
- getMessage() - Method in exception com.adobe.platform.operation.exception.ServiceApiException
 
- 
Returns the detail message of this exception.
 
- getMessage() - Method in exception com.adobe.platform.operation.exception.ServiceUsageException
 
- 
Returns the detailed message for this exception.
 
- getOCRLocale() - Method in class com.adobe.platform.operation.pdfops.options.ocr.OCROptions
 
- 
 
- getOCRType() - Method in class com.adobe.platform.operation.pdfops.options.ocr.OCROptions
 
- 
Determines OCR Type.
 
- getOrganizationId() - Method in class com.adobe.platform.operation.auth.ServiceAccountCredentials
 
- 
Identifies the organization(format: org_ident@AdobeOrg) that has been configured for access to PDF Tools API.
 
- getPageHeight() - Method in class com.adobe.platform.operation.pdfops.options.createpdf.PageLayout
 
- 
Returns the page height in inches.
 
- getPageLayout() - Method in class com.adobe.platform.operation.pdfops.options.createpdf.CreatePDFFromHTMLOptions
 
- 
Returns the intended page layout of the resulting PDF file.
 
- getPageWidth() - Method in class com.adobe.platform.operation.pdfops.options.createpdf.PageLayout
 
- 
Returns the page width in inches.
 
- getPrivateKey() - Method in class com.adobe.platform.operation.auth.ServiceAccountCredentials
 
- 
Content of the Private Key (PEM format)
 
- getRanges() - Method in class com.adobe.platform.operation.pdfops.options.PageRanges
 
- 
Used internally by this SDK, not intended to be called by clients.
 
- getRequestTrackingId() - Method in exception com.adobe.platform.operation.exception.ServiceApiException
 
- 
Returns the Request ID (the value of the X-Request-ID header).
 
- getRequestTrackingId() - Method in exception com.adobe.platform.operation.exception.ServiceUsageException
 
- 
Returns the Request ID (the value of the X-Request-ID header).
 
- getStatusCode() - Method in exception com.adobe.platform.operation.exception.ServiceApiException
 
- 
Returns the HTTP Status code or DEFAULT_STATUS_CODE if the status code doesn't adequately represent the error.
 
- getStatusCode() - Method in exception com.adobe.platform.operation.exception.ServiceUsageException
 
- 
Returns the HTTP Status code or DEFAULT_STATUS_CODE if the status code doesn't adequately represent the error.
 
- getType() - Method in enum com.adobe.platform.operation.pdfops.options.ocr.OCRSupportedType
 
- 
Returns the string representation of this OCRSupportedType
 
- getUserPassword() - Method in class com.adobe.platform.operation.pdfops.options.protectpdf.PasswordProtectOptions
 
- 
Returns the intended user password of the resulting encrypted PDF file.
 
- getValue() - Method in enum com.adobe.platform.operation.pdfops.options.protectpdf.EncryptionAlgorithm
 
- 
Returns the value of this encryption algorithm
 
- getValue() - Method in enum com.adobe.platform.operation.pdfops.options.rotatepages.Angle
 
- 
Returns the value of this angle
 
- saveAs(String) - Method in class com.adobe.platform.operation.io.FileRef
 
- 
Saves this file to the location specified by targetLocation.
 
- saveAs(OutputStream) - Method in class com.adobe.platform.operation.io.FileRef
 
- 
Writes the contents of this file to outputStream.
 
- SdkException - Exception in com.adobe.platform.operation.exception
 
- 
SdkException is typically thrown for client-side or network errors.
 
- SdkException(String, Throwable) - Constructor for exception com.adobe.platform.operation.exception.SdkException
 
- 
Creates an SdkException with the specified detail message and cause.
 
- SdkException(String) - Constructor for exception com.adobe.platform.operation.exception.SdkException
 
- 
Constructs an SdkException with the specified detail message.
 
- ServiceAccountCredentials - Class in com.adobe.platform.operation.auth
 
- 
Service Account credentials allow your application to call PDF Tools API on behalf of the application itself, or on behalf of an enterprise organization.
 
- ServiceAccountCredentials.Builder - Class in com.adobe.platform.operation.auth
 
- 
 
- serviceAccountCredentialsBuilder() - Static method in class com.adobe.platform.operation.auth.Credentials
 
- 
Creates a new ServiceAccountCredentials builder.
 
- ServiceApiException - Exception in com.adobe.platform.operation.exception
 
- 
ServiceApiException is thrown when an underlying service API call results in an error.
 
- ServiceApiException(String) - Constructor for exception com.adobe.platform.operation.exception.ServiceApiException
 
- 
Constructs a ServiceApiException with the specified detail message.
 
- ServiceApiException(String, String, int) - Constructor for exception com.adobe.platform.operation.exception.ServiceApiException
 
- 
Constructs a ServiceApiException with the specified detail message, requestId and returned HTTP status code.
 
- ServiceUsageException - Exception in com.adobe.platform.operation.exception
 
- 
ServiceUsageException is thrown when either Service usage limit has been reached or credentials quota has been exhausted.
 
- ServiceUsageException(String) - Constructor for exception com.adobe.platform.operation.exception.ServiceUsageException
 
- 
Constructs a ServiceUsageException with the specified detail message.
 
- ServiceUsageException(String, String, int) - Constructor for exception com.adobe.platform.operation.exception.ServiceUsageException
 
- 
Constructs a ServiceUsageException with the specified detail message, requestId and returned HTTP status code.
 
- setAngleToRotatePagesBy(Angle) - Method in class com.adobe.platform.operation.pdfops.RotatePagesOperation
 
- 
Sets angle (in clockwise direction) for rotating all the pages of the input PDF file.
 
- setAngleToRotatePagesBy(Angle, PageRanges) - Method in class com.adobe.platform.operation.pdfops.RotatePagesOperation
 
- 
Sets angle (in clockwise direction) for rotating the specified pages of the input PDF file; can be invoked
 multiple times to set rotation for different set of page ranges.
 
- setBaseInput(FileRef) - Method in class com.adobe.platform.operation.pdfops.InsertPagesOperation
 
- 
Sets the base input file.
 
- setBaseInput(FileRef) - Method in class com.adobe.platform.operation.pdfops.ReplacePagesOperation
 
- 
Sets the base input file.
 
- setEncryptionAlgorithm(EncryptionAlgorithm) - Method in class com.adobe.platform.operation.pdfops.options.protectpdf.PasswordProtectOptions.Builder
 
- 
Sets the intended encryption algorithm required for encrypting the PDF file.
 
- setInput(FileRef) - Method in class com.adobe.platform.operation.pdfops.CompressPDFOperation
 
- 
Sets an input file.
 
- setInput(FileRef) - Method in class com.adobe.platform.operation.pdfops.CreatePDFOperation
 
- 
Sets an input file.
 
- setInput(FileRef) - Method in class com.adobe.platform.operation.pdfops.DeletePagesOperation
 
- 
Sets an input file.
 
- setInput(FileRef) - Method in class com.adobe.platform.operation.pdfops.ExportPDFOperation
 
- 
Sets an input PDF file (media type "application/pdf").
 
- setInput(FileRef) - Method in class com.adobe.platform.operation.pdfops.LinearizePDFOperation
 
- 
Sets an input file.
 
- setInput(FileRef) - Method in class com.adobe.platform.operation.pdfops.OCROperation
 
- 
Sets an input file.
 
- setInput(FileRef) - Method in class com.adobe.platform.operation.pdfops.ProtectPDFOperation
 
- 
Sets an input file.
 
- setInput(FileRef) - Method in class com.adobe.platform.operation.pdfops.ReorderPagesOperation
 
- 
Sets an input file.
 
- setInput(FileRef) - Method in class com.adobe.platform.operation.pdfops.RotatePagesOperation
 
- 
Sets an input file.
 
- setOptions(CreatePDFOptions) - Method in class com.adobe.platform.operation.pdfops.CreatePDFOperation
 
- 
Sets the conversion parameters for this operation.
 
- setOptions(OCROptions) - Method in class com.adobe.platform.operation.pdfops.OCROperation
 
- 
Sets the options for this operation.
 
- setPageRanges(PageRanges) - Method in class com.adobe.platform.operation.pdfops.DeletePagesOperation
 
- 
Specifies the pages to delete from the input PDF file
 
- setPageSize(double, double) - Method in class com.adobe.platform.operation.pdfops.options.createpdf.PageLayout
 
- 
Sets a custom page size.
 
- setPagesOrder(PageRanges) - Method in class com.adobe.platform.operation.pdfops.ReorderPagesOperation
 
- 
Sets the order of the pages.
 
- setUserPassword(String) - Method in class com.adobe.platform.operation.pdfops.options.protectpdf.PasswordProtectOptions.Builder
 
- 
Sets the intended user password required for encrypting the PDF file.
 
- validate() - Method in class com.adobe.platform.operation.pdfops.options.PageRanges
 
- 
Used internally by this SDK, not intended to be called by clients.
 
- valueOf(String) - Static method in enum com.adobe.platform.operation.pdfops.CombineFilesOperation.SupportedSourceFormat
 
- 
Returns the enum constant of this type with the specified name.
 
- valueOf(String) - Static method in enum com.adobe.platform.operation.pdfops.CompressPDFOperation.SupportedSourceFormat
 
- 
Returns the enum constant of this type with the specified name.
 
- valueOf(String) - Static method in enum com.adobe.platform.operation.pdfops.CreatePDFOperation.SupportedSourceFormat
 
- 
Returns the enum constant of this type with the specified name.
 
- valueOf(String) - Static method in enum com.adobe.platform.operation.pdfops.DeletePagesOperation.SupportedSourceFormat
 
- 
Returns the enum constant of this type with the specified name.
 
- valueOf(String) - Static method in enum com.adobe.platform.operation.pdfops.ExportPDFOperation.SupportedSourceFormat
 
- 
Returns the enum constant of this type with the specified name.
 
- valueOf(String) - Static method in enum com.adobe.platform.operation.pdfops.InsertPagesOperation.SupportedSourceFormat
 
- 
Returns the enum constant of this type with the specified name.
 
- valueOf(String) - Static method in enum com.adobe.platform.operation.pdfops.LinearizePDFOperation.SupportedSourceFormat
 
- 
Returns the enum constant of this type with the specified name.
 
- valueOf(String) - Static method in enum com.adobe.platform.operation.pdfops.OCROperation.SupportedSourceFormat
 
- 
Returns the enum constant of this type with the specified name.
 
- valueOf(String) - Static method in enum com.adobe.platform.operation.pdfops.options.exportpdf.ExportPDFTargetFormat
 
- 
Returns the enum constant of this type with the specified name.
 
- valueOf(String) - Static method in enum com.adobe.platform.operation.pdfops.options.ocr.OCRSupportedLocale
 
- 
Returns the enum constant of this type with the specified name.
 
- valueOf(String) - Static method in enum com.adobe.platform.operation.pdfops.options.ocr.OCRSupportedType
 
- 
Returns the enum constant of this type with the specified name.
 
- valueOf(String) - Static method in enum com.adobe.platform.operation.pdfops.options.protectpdf.EncryptionAlgorithm
 
- 
Returns the enum constant of this type with the specified name.
 
- valueOf(String) - Static method in enum com.adobe.platform.operation.pdfops.options.rotatepages.Angle
 
- 
Returns the enum constant of this type with the specified name.
 
- valueOf(String) - Static method in enum com.adobe.platform.operation.pdfops.ProtectPDFOperation.SupportedSourceFormat
 
- 
Returns the enum constant of this type with the specified name.
 
- valueOf(String) - Static method in enum com.adobe.platform.operation.pdfops.ReorderPagesOperation.SupportedSourceFormat
 
- 
Returns the enum constant of this type with the specified name.
 
- valueOf(String) - Static method in enum com.adobe.platform.operation.pdfops.ReplacePagesOperation.SupportedSourceFormat
 
- 
Returns the enum constant of this type with the specified name.
 
- valueOf(String) - Static method in enum com.adobe.platform.operation.pdfops.RotatePagesOperation.SupportedSourceFormat
 
- 
Returns the enum constant of this type with the specified name.
 
- values() - Static method in enum com.adobe.platform.operation.pdfops.CombineFilesOperation.SupportedSourceFormat
 
- 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
- values() - Static method in enum com.adobe.platform.operation.pdfops.CompressPDFOperation.SupportedSourceFormat
 
- 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
- values() - Static method in enum com.adobe.platform.operation.pdfops.CreatePDFOperation.SupportedSourceFormat
 
- 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
- values() - Static method in enum com.adobe.platform.operation.pdfops.DeletePagesOperation.SupportedSourceFormat
 
- 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
- values() - Static method in enum com.adobe.platform.operation.pdfops.ExportPDFOperation.SupportedSourceFormat
 
- 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
- values() - Static method in enum com.adobe.platform.operation.pdfops.InsertPagesOperation.SupportedSourceFormat
 
- 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
- values() - Static method in enum com.adobe.platform.operation.pdfops.LinearizePDFOperation.SupportedSourceFormat
 
- 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
- values() - Static method in enum com.adobe.platform.operation.pdfops.OCROperation.SupportedSourceFormat
 
- 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
- values() - Static method in enum com.adobe.platform.operation.pdfops.options.exportpdf.ExportPDFTargetFormat
 
- 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
- values() - Static method in enum com.adobe.platform.operation.pdfops.options.ocr.OCRSupportedLocale
 
- 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
- values() - Static method in enum com.adobe.platform.operation.pdfops.options.ocr.OCRSupportedType
 
- 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
- values() - Static method in enum com.adobe.platform.operation.pdfops.options.protectpdf.EncryptionAlgorithm
 
- 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
- values() - Static method in enum com.adobe.platform.operation.pdfops.options.rotatepages.Angle
 
- 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
- values() - Static method in enum com.adobe.platform.operation.pdfops.ProtectPDFOperation.SupportedSourceFormat
 
- 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
- values() - Static method in enum com.adobe.platform.operation.pdfops.ReorderPagesOperation.SupportedSourceFormat
 
- 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
- values() - Static method in enum com.adobe.platform.operation.pdfops.ReplacePagesOperation.SupportedSourceFormat
 
- 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
- values() - Static method in enum com.adobe.platform.operation.pdfops.RotatePagesOperation.SupportedSourceFormat
 
- 
Returns an array containing the constants of this enum type, in
the order they are declared.