| Interface | Description |
|---|---|
| Document |
Interface for interacting with a source document.
|
| Exporter |
Main interface for exporting an input document to a specified output format.
|
| SeekableByteChannel6 |
Enables API users to handle I/O for the source and destination documents.
|
| Class | Description |
|---|---|
| ArchiveNode |
Contains information describing a node within an archive source document.
|
| Callback |
Enables API users to handle certain callbacks from the Outside In technology.
|
| ColorInfo |
Contains color information for use in annotations and options such as transparency color.
|
| ExportStatus |
Contains the status of an
Exporter.export() operation. |
| ObjectInfo |
Describes an embedded object within the source document.
|
| OutsideIn |
Class for instantiating a concrete
Exporter object through static factory methods. |
| SeekableByteChannel6ToBasicIO |
Used internally by the Outside In API, and not to be used externally.
|
| Enum | Description |
|---|---|
| Callback.AssociationValue |
Describes the relationship of a new file to the original destination file.
|
| Document.FileIdInfoFlagValue |
Enumeration indicating what type of file format identification information to return from
getFileId(). |
| Document.SubDocumentIdentifierTypeValue |
Type of subdocument
Exporter to create when calling Exporter.newSubDocumentExporter() |
| Document.SubObjectTypeValue |
Type of subobject Exporter to create when calling
Exporter.newSubObjectExporter() |
| ExportStatus.ExportStatusFlags |
Flags indicating data that was encountered during the conversion.
|
| FileFormat |
Describes the format of a source document or the intended output format for a destination document.
|
| ObjectInfo.CompressionValue |
Describes the compression used to store the embedded object in the source document.
|
| ObjectInfo.ObjectInfoFlagValues |
Flags indicating the attributes of an embedded object such as password protection and encryption.
|
| Exception | Description |
|---|---|
| OutsideInException |
An
Exception that the Outside In API generates to indicate conditions that a reasonable application might want to catch. |