public class ObjectInfo
extends java.lang.Object
Document.getObjectInfo()
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public java.lang.String getName()
String
public FileFormat getFormatId()
FileFormat
enumeration valuepublic java.util.EnumSet<ObjectInfo.ObjectInfoFlagValues> getFlags()
EnumSet
of attributes that apply to the embedded objectpublic ObjectInfo.CompressionValue getCompression()