| Interface | Description |
|---|---|
| DiscardableOutlineTaskParameters |
Task parameters where the output outline can be discarded
|
| MultipleOutputTaskParameters |
A
TaskParameters parameter whose execution result in multiple output. |
| MultiplePdfSourceTaskParameters |
A parameter whose execution inputs consists of a list of pdf documents.
|
| MultipleSourceTaskParameter |
Parameters with multiple
Source input |
| OptimizableOutputTaskParameters |
Task parameters whose output can be optimized
|
| PrefixableTaskParameters | |
| SingleOrMultipleOutputTaskParameters |
Task output that accepts both a file or a folder.
|
| SingleOutputTaskParameters |
A
TaskParameters parameter whose execution result in a single output pdf document. |
| SinglePdfSourceTaskParameters |
A parameter with a single source as input for the task.
|
| TaskParameters |
Model for a task parameters used during the task executions
|
| Class | Description |
|---|---|
| AbstractParameters | |
| AbstractPdfOutputParameters |
Abstract parameters implementation with attributes commonly used by all the parameters implementation having single or multiple pdf output as result of the task manipulation.
|
| MultiplePdfSourceMultipleOutputParameters |
Provides a skeletal implementation for parameter classes having multiple pdf source as input and generating multiple output files.
|
| MultiplePdfSourceParameters |
Base parameters class for manipulations with a list of
PdfSource. |
| MultiplePdfSourceSingleOutputParameters |
Provides a skeletal implementation for parameter classes having multiple pdf source as input and producing a
SingleTaskOutput. |
| MultipleSourceMultipleOutputParameters |
Provides a skeletal implementation for parameter classes having multiple source as input and generating multiple output.
|
| MultipleSourceParameters |
Base parameters class for manipulations with a list of
Source. |
| MultipleSourceSingleOutputParameters |
Provides a skeletal implementation for parameter classes having multiple source as input and generating a single output.
|
| SinglePdfSourceMultipleOutputParameters |
Provides a skeletal implementation for the parameter classes having a single pdf source as input and generating multiple output.
|
| SinglePdfSourceSingleOutputParameters |
Provides a skeletal implementation for parameter classes having a single pdf source as input and producing a
SingleTaskOutput. |
Copyright © 2021 sejda. All rights reserved.