Package org.apache.tika.metadata
Interface OfficeOpenXMLCore
- 
 public interface OfficeOpenXMLCoreCore properties as defined in the Office Open XML specification part Two that are not in the DublinCore namespace. There is also a keyword property definition in the specification which is omitted here, because Tika should stick to the DublinCore/IPTC definition.
- 
- 
Field SummaryFields Modifier and Type Field Description static PropertyCATEGORYA categorization of the content of this package.static PropertyCONTENT_STATUSThe status of the content.static PropertyLAST_MODIFIED_BYThe user who performed the last modification.static PropertyLAST_PRINTEDThe date and time of the last printing.static StringNAMESPACE_URIstatic StringPREFIXstatic PropertyREVISIONThe revision number.static PropertySUBJECTDeprecated.static PropertyVERSIONThe version number.
 
- 
- 
- 
Field Detail- 
NAMESPACE_URIstatic final String NAMESPACE_URI - See Also:
- Constant Field Values
 
 - 
PREFIXstatic final String PREFIX - See Also:
- Constant Field Values
 
 - 
CATEGORYstatic final Property CATEGORY A categorization of the content of this package.
 - 
CONTENT_STATUSstatic final Property CONTENT_STATUS The status of the content.
 - 
LAST_MODIFIED_BYstatic final Property LAST_MODIFIED_BY The user who performed the last modification. The identification is environment-specific.
 - 
LAST_PRINTEDstatic final Property LAST_PRINTED The date and time of the last printing.
 - 
REVISIONstatic final Property REVISION The revision number.
 - 
VERSIONstatic final Property VERSION The version number. This value is set by the user or by the application.
 - 
SUBJECT@Deprecated static final Property SUBJECT Deprecated.The document's subject. Also populatesDublinCore.SUBJECT
 
- 
 
-