Skip navigation links

Oracle Outside In Java API Reference
8.5.4

F11002-01


com.oracle.outsidein
Class ObjectInfo

java.lang.Object
  extended by com.oracle.outsidein.ObjectInfo


public class ObjectInfo
extends java.lang.Object

Describes an embedded object within the source document.

See Also:
Document.getObjectInfo()

Nested Class Summary
static class ObjectInfo.CompressionValue
          Describes the compression used to store the embedded object in the source document.
static class ObjectInfo.ObjectInfoFlagValues
          Flags indicating the attributes of an embedded object such as password protection and encryption.

 

Method Summary
 ObjectInfo.CompressionValue getCompression()
          Obtains the compression used to store the embedded object in the source document.
 java.util.EnumSet<ObjectInfo.ObjectInfoFlagValues> getFlags()
          Obtains flags describing attributes of the embedded object.
 FileFormat getFormatId()
          Obtains the file format of the embedded object.
 java.lang.String getName()
          Obtains the name of the embedded object.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getName

public java.lang.String getName()
Obtains the name of the embedded object.
Returns:
The name of the embedded object as a String

getFormatId

public FileFormat getFormatId()
Obtains the file format of the embedded object.
Returns:
The FileFormat enumeration value

getFlags

public java.util.EnumSet<ObjectInfo.ObjectInfoFlagValues> getFlags()
Obtains flags describing attributes of the embedded object.
Returns:
An EnumSet of attributes that apply to the embedded object

getCompression

public ObjectInfo.CompressionValue getCompression()
Obtains the compression used to store the embedded object in the source document.
Returns:
The compression enumeration value

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.