|
Oracle Outside In Java API Reference 8.5.3 E57629-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.oracle.outsidein.ObjectInfo
public class ObjectInfo
Describes an embedded object within the source document.
Document.getObjectInfo()| Nested Class Summary | |
|---|---|
static class |
ObjectInfo.CompressionValueDescribes the compression used to store the embedded object in the source document. |
static class |
ObjectInfo.ObjectInfoFlagValuesFlags 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 |
|---|
public java.lang.String getName()
Stringpublic FileFormat getFormatId()
FileFormat enumeration valuepublic java.util.EnumSet<ObjectInfo.ObjectInfoFlagValues> getFlags()
EnumSet of attributes that apply to the embedded objectpublic ObjectInfo.CompressionValue getCompression()
|
Oracle Outside In Java API Reference 8.5.3 E57629-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||