Package org.apache.tika.metadata
Interface OfficeOpenXMLCore
public interface OfficeOpenXMLCore
Core 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
Modifier and TypeFieldDescriptionstatic final Property
A categorization of the content of this package.static final Property
The status of the content.static final Property
The user who performed the last modification.static final Property
The date and time of the last printing.static final String
static final String
static final Property
The revision number.static final Property
Deprecated.static final Property
The version number.
-
Field Details
-
NAMESPACE_URI
- See Also:
-
PREFIX
- See Also:
-
CATEGORY
A categorization of the content of this package. -
CONTENT_STATUS
The status of the content. -
LAST_MODIFIED_BY
The user who performed the last modification. The identification is environment-specific. -
LAST_PRINTED
The date and time of the last printing. -
REVISION
The revision number. -
VERSION
The version number. This value is set by the user or by the application. -
SUBJECT
Deprecated.The document's subject. Also populatesDublinCore.SUBJECT
-