| Package | Description |
|---|---|
| com.adobe.pdfservices.operation.pdfops.options.documentmerge |
Contains the option classes for
DocumentMergeOperation. |
| Modifier and Type | Method and Description |
|---|---|
OutputFormat |
DocumentMergeOptions.getOutputFormat()
Returns the intended target format of the generated output document.
|
static OutputFormat |
OutputFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutputFormat[] |
OutputFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DocumentMergeOptions(org.json.JSONObject jsonDataForMerge,
OutputFormat outputFormat)
Creates a new
DocumentMergeOptions instance |
DocumentMergeOptions(org.json.JSONObject jsonDataForMerge,
OutputFormat outputFormat,
Fragments fragments)
Creates a new
DocumentMergeOptions instance |
Copyright © 2022 Adobe. All rights reserved.