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.

See Also:
ISO document of Office Open XML specification,
Field Summary
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
          The document's subject.
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

static final Property SUBJECT
The document's subject.



Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.