public class DocumentMergeOptions extends Object
DocumentMergeOperation.| Constructor and Description |
|---|
DocumentMergeOptions(org.json.JSONObject jsonDataForMerge,
OutputFormat outputFormat)
Creates a new
DocumentMergeOptions instance |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
getJsonDataForMerge()
Represents the input datasource for the document merge process as a JSON Object
|
OutputFormat |
getOutputFormat()
Returns the intended target format of the generated output document.
|
public DocumentMergeOptions(org.json.JSONObject jsonDataForMerge,
OutputFormat outputFormat)
DocumentMergeOptions instancejsonDataForMerge - JSON object specifying the input datasource for the document merge processoutputFormat - target format of the generated output documentpublic org.json.JSONObject getJsonDataForMerge()
public OutputFormat getOutputFormat()
Copyright © 2021 Adobe. All rights reserved.