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 Summary
Fields 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 java.lang.StringNAMESPACE_URIstatic java.lang.StringPREFIXstatic PropertyREVISIONThe revision number.static PropertySUBJECTThe document's subject.static PropertyVERSIONThe version number. 
 - 
 
- 
- 
Field Detail
- 
NAMESPACE_URI
static final java.lang.String NAMESPACE_URI
- See Also:
 - Constant Field Values
 
 
- 
PREFIX
static final java.lang.String PREFIX
- See Also:
 - Constant Field Values
 
 
- 
CATEGORY
static final Property CATEGORY
A categorization of the content of this package. 
- 
CONTENT_STATUS
static final Property CONTENT_STATUS
The status of the content. 
- 
LAST_MODIFIED_BY
static final Property LAST_MODIFIED_BY
The user who performed the last modification. The identification is environment-specific. 
- 
LAST_PRINTED
static final Property LAST_PRINTED
The date and time of the last printing. 
- 
REVISION
static final Property REVISION
The revision number. 
- 
VERSION
static final Property VERSION
The version number. This value is set by the user or by the application. 
- 
SUBJECT
static final Property SUBJECT
The document's subject. 
 - 
 
 -