|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cete.dynamicpdf.merger.MergeOptions
public class MergeOptions
Currently the only merge option is whether or not to preserve the form fields on the PDF being merged in. Specifying true will keep the form fields on the merged PDF where specifying false will remove the form fields from the PDF.
Licensing:
This class is a DynamicPDF Merger Standard Edition feature.
One of the following licenses is required for non-evaluation usage:
Constructor Summary | |
---|---|
MergeOptions()
Initializes a new instance of the MergeOptions class. |
|
MergeOptions(boolean mergeFormFields)
Initializes a new instance of the MergeOptions class. |
|
MergeOptions(boolean mergeFormFields,
java.lang.String rootFormField)
Initializes a new instance of the MergeOptions class. |
Method Summary | |
---|---|
static MergeOptions |
getAll()
Gets a MergeOptions object with all options set to true. |
boolean |
getAllOtherData()
Gets a value indicating if all other document data should be imported. |
static MergeOptions |
getAppend()
Gets a MergeOptions object that you would typically use when appending documents. |
boolean |
getDocumentInfo()
Gets a value indicating if document information should be imported. |
boolean |
getDocumentJavaScript()
Gets a value indicating if document level JavaScript should be imported. |
boolean |
getDocumentProperties()
Gets a value indicating if document properties should be imported. |
boolean |
getEmbeddedFiles()
Gets a value indicating if the Embeddedfiles should be imported. |
boolean |
getFormFields()
Gets a value indicating if form fields should be imported. |
boolean |
getFormsXfaData()
Gets a value indicating if form XFA data should be imported. |
boolean |
getLogicalStructure()
Gets the value indicating if logical structure should be imported. |
static MergeOptions |
getNone()
Gets a MergeOptions object with all options set to false. |
boolean |
getOpenAction()
Gets a value indicating if the documents openning action (initial page and zoom settings) should be imported. |
boolean |
getOptionalContentInfo()
Gets a value indicating if OptionalContent should be imported. |
boolean |
getOutlines()
Gets a value indicating if outlines and bookmarks should be imported. |
boolean |
getOutputIntent()
Gets a value indicating if OutputIntent should be imported. |
boolean |
getPageAnnotations()
Gets a value indicating if annotations should be imported. |
boolean |
getPageLabelsAndSections()
Gets a value indicating if page labels and sections should be imported. |
java.lang.String |
getRootFormField()
Gets the root form field. |
Outline |
getRootOutline()
Gets the root outline for imported outlines. |
boolean |
getXmpMetadata()
Gets a value indicating if Xmp Metadata should be imported. |
void |
setAllOtherData(boolean value)
Sets a value indicating if all other document data should be imported. |
void |
setDocumentInfo(boolean value)
Sets a value indicating if document information should be imported. |
void |
setDocumentJavaScript(boolean value)
Sets a value indicating if document level JavaScript should be imported. |
void |
setDocumentProperties(boolean value)
Sets a value indicating if document properties should be imported. |
void |
setEmbeddedFiles(boolean value)
Sets a value indicating if the Embeddedfiles should be imported. |
void |
setFormFields(boolean value)
Sets a value indicating if form fields should be imported. |
void |
setFormsXfaData(boolean value)
Sets a value indicating if form XFA data should be imported. |
void |
setLogicalStructure(boolean logicalStructure)
Sets the value indicating if logical structure should be imported. |
void |
setOpenAction(boolean value)
Sets a value indicating if the documents openning action (initial page and zoom settings) should be imported. |
void |
setOptionalContentInfo(boolean value)
Sets a value indicating if OptionalContent should be imported. |
void |
setOutLines(boolean value)
Sets a value indicating if outlines and bookmarks should be imported. |
void |
setOutputIntent(boolean value)
Sets a value indicating if OutputIntent should be imported. |
void |
setPageAnnotations(boolean value)
Sets a value indicating if annotations should be imported. |
void |
setPageLabelsAndSections(boolean value)
Sets a value indicating if page labels and sections should be imported. |
void |
setRootFormField(java.lang.String rootFormField)
Sets the root form field. |
void |
setRootOutLine(Outline value)
Sets the root outline for imported outlines. |
void |
setXmpMetaData(boolean value)
Sets a value indicating if Xmp Metadata should be imported. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MergeOptions(boolean mergeFormFields)
MergeOptions
class.
mergeFormFields
- A value indicating if form fields should be merged.public MergeOptions(boolean mergeFormFields, java.lang.String rootFormField)
MergeOptions
class.
mergeFormFields
- A value indicating if form fields should be merged.rootFormField
- The root form field that all merged form fields
will be placed under.public MergeOptions()
MergeOptions
class.
Method Detail |
---|
public boolean getFormFields()
public void setFormFields(boolean value)
value
- indicating if form fields should be imported.public boolean getFormsXfaData()
public void setFormsXfaData(boolean value)
value
- indicating if form XFA data should be imported.public boolean getPageAnnotations()
public void setPageAnnotations(boolean value)
value
- indicating if annotations should be imported.public boolean getOutlines()
public void setOutLines(boolean value)
value
- indicating if outlines and bookmarks should be imported.public boolean getDocumentInfo()
public void setDocumentInfo(boolean value)
value
- indicating if document information should be imported.public boolean getDocumentProperties()
public void setDocumentProperties(boolean value)
value
- indicating if document properties should be imported.public boolean getOpenAction()
public void setOpenAction(boolean value)
value
- indicating if the documents openning action (initial page and zoom settings) should be imported.public boolean getAllOtherData()
public void setAllOtherData(boolean value)
value
- indicating if all other document data should be imported.public boolean getDocumentJavaScript()
public void setDocumentJavaScript(boolean value)
value
- A boolean valueindicating if document level JavaScript should be imported.public boolean getEmbeddedFiles()
public void setEmbeddedFiles(boolean value)
value
- A boolean value indicating if the Embeddedfiles should be imported.public boolean getPageLabelsAndSections()
public void setPageLabelsAndSections(boolean value)
value
- indicating if page labels and sections should be imported.public boolean getXmpMetadata()
public void setXmpMetaData(boolean value)
value
- indicating if Xmp Metadata should be imported.public boolean getLogicalStructure()
public void setLogicalStructure(boolean logicalStructure)
logicalStructure
- indicating if logical structure should be imported.public boolean getOutputIntent()
public void setOutputIntent(boolean value)
value
- indication if OutputIntent should be importedpublic Outline getRootOutline()
Outline
the root outline for imported outlines.public void setRootOutLine(Outline value)
value
- the root outline for imported outlines.public void setRootFormField(java.lang.String rootFormField)
rootFormField
- The root form field.public java.lang.String getRootFormField()
public boolean getOptionalContentInfo()
public void setOptionalContentInfo(boolean value)
value
- the Output Content to be imported.public static MergeOptions getAll()
MergeOptions
object with all options set to true.
MergeOptions
object with all options set to true.public static MergeOptions getAppend()
MergeOptions
object that you would typically use when appending documents.
MergeOptions
object that you would typically use when appending documents.public static MergeOptions getNone()
MergeOptions
object with all options set to false.
MergeOptions
object with all options set to false.
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |