Package org.apache.tika.metadata
Interface RTFMetadata
- 
public interface RTFMetadata 
- 
- 
Field Summary
Fields Modifier and Type Field Description static PropertyEMB_APP_VERSIONif an application and version is given as part of the embedded object, this is the literal stringstatic PropertyEMB_CLASSstatic PropertyEMB_ITEMstatic PropertyEMB_TOPICstatic java.lang.StringPREFIX_RTF_METAstatic java.lang.StringRTF_PICT_META_PREFIXstatic PropertyTHUMBNAILif 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 java.lang.String PREFIX_RTF_META
- See Also:
 - Constant Field Values
 
 
- 
RTF_PICT_META_PREFIX
static final java.lang.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
 
 - 
 
 -