| Package | Description |
|---|---|
| com.realobjects.pdfreactor |
Main access to the API of PDFreactor.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Configuration.ScriptResource
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Configuration.Resource |
Configuration.BubbleSettings.getStyleSheet() |
Configuration.Resource |
Configuration.ChangeSettings.getStyleSheet() |
Configuration.Resource |
Configuration.CommentSettings.getStyleSheet() |
Configuration.Resource |
Configuration.Resource.setBeforeDocumentScripts(Boolean value)
Use
true to cause PDFreactor to run the
script before all scripts inside the document and false
to run it after. |
Configuration.Resource |
Configuration.Resource.setContent(String value)
The content of the resource.
|
Configuration.Resource |
Configuration.Resource.setData(byte[] value)
The binary data of the resource.
|
Configuration.Resource |
Configuration.Resource.setInputSource(InputSource value)
The
InputSource of the resource. |
Configuration.Resource |
Configuration.Resource.setUri(String value)
The URI of the resource.
|
| Modifier and Type | Method and Description |
|---|---|
Configuration |
Configuration.setIntegrationStyleSheets(Configuration.Resource[] values)
Adds an integration style sheet to the document.
|
Configuration |
Configuration.setMergeDocuments(Configuration.Resource[] documents)
This method sets external PDF documents which will be
merged with the PDF document generated by the HTML source.
|
void |
Configuration.BubbleSettings.setStyleSheet(Configuration.Resource styleSheet) |
void |
Configuration.ChangeSettings.setStyleSheet(Configuration.Resource styleSheet) |
void |
Configuration.CommentSettings.setStyleSheet(Configuration.Resource styleSheet) |
Configuration |
Configuration.setUserScripts(Configuration.Resource[] values)
Adds an user script to the document.
|
Configuration |
Configuration.setUserStyleSheets(Configuration.Resource[] values)
Adds a user style sheet to the document.
|
Configuration |
Configuration.setXsltStyleSheets(Configuration.Resource[] values)
Adds an XSLT style sheet to the document.
|
This doc was generated on 2017-08-03. Copyright © 2002-2017 RealObjects GmbH. All Rights Reserved.