Interface | Description |
---|---|
Configuration | |
DocumentTransformer |
This represent the Document to be transformed.
|
TransformerFormatRepository |
This is basically repository which keeps the information about the possible
output transformerformat.
|
WordDocument |
This is an instance of a docx file.
|
WordDocumentManager |
Create an instance of the docx file.
|
Class | Description |
---|---|
Constants | |
FWTransformer |
This is a wrapper class around the CS Document transformer made available
through SystemTransform.
|
Transformer |
This represent the definitions of a transformer used.
|
TransformerFactory |
This is factory to select the DocumentTransformer based on the file input
types and out of the file types.
|
TransformerFormat |
This represent the transformer format supported by the Converter.
|
TransformerProperty |
This is basically represent a property needed by the transformer.
|
Enum | Description |
---|---|
DocumentType |
This represent the document family.
|
TransformType |
This defines the output type of the document.
|
Exception | Description |
---|---|
TransformerException |
Throw if there is any error encountered during the transformation
|
TransformerNotFoundException |
Exception is thrown if there is no Transformer available for a output file
type.
|