Package org.apache.tika.metadata
Interface RTFMetadata
- 
 public interface RTFMetadata
- 
- 
Field SummaryFields 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 StringPREFIX_RTF_METAstatic 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_METAstatic final String PREFIX_RTF_META - See Also:
- Constant Field Values
 
 - 
RTF_PICT_META_PREFIXstatic final String RTF_PICT_META_PREFIX - See Also:
- Constant Field Values
 
 - 
THUMBNAILstatic 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_VERSIONstatic final Property EMB_APP_VERSION if an application and version is given as part of the embedded object, this is the literal string
 - 
EMB_CLASSstatic final Property EMB_CLASS 
 - 
EMB_TOPICstatic final Property EMB_TOPIC 
 - 
EMB_ITEMstatic final Property EMB_ITEM 
 
- 
 
-