Package org.apache.tika.metadata
Interface OfficeOpenXMLCore
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
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.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PropertyDeprecated.A categorization of the content of this package.static final PropertyDeprecated.The status of the content.static final PropertyDeprecated.The user who performed the last modification.static final PropertyDeprecated.The date and time of the last printing.static final StringDeprecated.static final StringDeprecated.static final PropertyDeprecated.The revision number.static final PropertyDeprecated.The document's subject.static final PropertyDeprecated.The version number.
-
Field Details
-
NAMESPACE_URI
Deprecated.- See Also:
-
PREFIX
Deprecated.- See Also:
-
CATEGORY
Deprecated.A categorization of the content of this package. -
CONTENT_STATUS
Deprecated.The status of the content. -
LAST_MODIFIED_BY
Deprecated.The user who performed the last modification. The identification is environment-specific. -
LAST_PRINTED
Deprecated.The date and time of the last printing. -
REVISION
Deprecated.The revision number. -
VERSION
Deprecated.The version number. This value is set by the user or by the application. -
SUBJECT
Deprecated.The document's subject.
-