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
Fields Modifier and Type Field Description static Property
CATEGORY
A categorization of the content of this package.static Property
CONTENT_STATUS
The status of the content.static Property
LAST_MODIFIED_BY
The user who performed the last modification.static Property
LAST_PRINTED
The date and time of the last printing.static String
NAMESPACE_URI
static String
PREFIX
static Property
REVISION
The revision number.static Property
SUBJECT
Deprecated.static Property
VERSION
The version number.
-
-
-
Field Detail
-
NAMESPACE_URI
static final String NAMESPACE_URI
- See Also:
- Constant Field Values
-
PREFIX
static final 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
@Deprecated static final Property SUBJECT
Deprecated.The document's subject. Also populatesDublinCore.SUBJECT
-
-