Package org.apache.tika.metadata
Interface RTFMetadata
-
public interface RTFMetadata
-
-
Field Summary
Fields Modifier and Type Field Description static Property
EMB_APP_VERSION
if an application and version is given as part of the embedded object, this is the literal stringstatic Property
EMB_CLASS
static Property
EMB_ITEM
static Property
EMB_TOPIC
static String
PREFIX_RTF_META
static String
RTF_PICT_META_PREFIX
static Property
THUMBNAIL
if set to true, this means that an image file is probably a "thumbnail" any time a pict/emf/wmf is in an object
-
-
-
Field Detail
-
PREFIX_RTF_META
static final String PREFIX_RTF_META
- See Also:
- Constant Field Values
-
RTF_PICT_META_PREFIX
static final String RTF_PICT_META_PREFIX
- See Also:
- Constant Field Values
-
THUMBNAIL
static final Property THUMBNAIL
if set to true, this means that an image file is probably a "thumbnail" any time a pict/emf/wmf is in an object
-
EMB_APP_VERSION
static final Property EMB_APP_VERSION
if an application and version is given as part of the embedded object, this is the literal string
-
EMB_CLASS
static final Property EMB_CLASS
-
EMB_TOPIC
static final Property EMB_TOPIC
-
EMB_ITEM
static final Property EMB_ITEM
-
-