Skip navigation links

Oracle Outside In Java API Reference
8.5.4

F11002-01


Package com.oracle.outsidein

Contains the primary Outside In Java API classes.

See:
          Description

Interface Summary
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 Summary
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.
OutsideInVersion Describes the version information of the underlying native oilink executable.
SeekableByteChannel6ToBasicIO Used internally by the Outside In API, and not to be used externally.

 

Enum Summary
Callback.AssociationValue Describes the relationship of a new file to the original destination file.
Callback.FileTypeValue Defines the type of file requested to be opened in Callback.openFile(Callback.FileTypeValue, String)
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()
Exporter.PageInformationValues Describes the list of page level information that can be requested.
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 Summary
OutsideInException An Exception that the Outside In API generates to indicate conditions that a reasonable application might want to catch.

 

Package com.oracle.outsidein Description

Contains the primary Outside In Java API classes.


Skip navigation links

Oracle Outside In Java API Reference
8.5.4

F11002-01


Copyright © 2010, 2018, Oracle and/or its affiliates. All rights reserved.