public class DocumentMergeOptions extends Object
DocumentMergeOperation
.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 |
Modifier and Type | Method and Description |
---|---|
Fragments |
getFragments()
Returns the input fragments data for document merge process.
|
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 DocumentMergeOptions(org.json.JSONObject jsonDataForMerge, OutputFormat outputFormat, Fragments fragments)
DocumentMergeOptions
instancejsonDataForMerge
- JSON object specifying the input datasource for the document merge processoutputFormat
- target format of the generated output documentfragments
- Object for providing the fragments, List of JSON Object for resolving fragments in the input document for document merge process; Can be null or empty.public org.json.JSONObject getJsonDataForMerge()
public OutputFormat getOutputFormat()
public Fragments getFragments()
Copyright © 2022 Adobe. All rights reserved.