Package org.apache.tika.metadata
Interface Office
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
Office Document properties collection. These properties apply to
Office / Productivity Documents of all forms, including (but not limited
to) MS Office and OpenDocument formats.
This is a logical collection of properties, which may be drawn from a
few different external definitions.
Note that some of the legacy properties from the
MSOffice
collection still need to be migrated over- Since:
- Apache Tika 1.2
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PropertyDeprecated.Name of the principal author(s) of a documentstatic final PropertyDeprecated.The number of Characters in the documentstatic final PropertyDeprecated.The number of Characters in the document, including spacesstatic final PropertyDeprecated.When was the document created?static final PropertyDeprecated.The number of Images in the documentstatic final PropertyDeprecated.Name of the initial creator/author of a documentstatic final PropertyDeprecated.Keywords pertaining to a document.static final PropertyDeprecated.Name of the last (most recent) author of a documentstatic final PropertyDeprecated.The number of lines in the documentstatic final PropertyDeprecated.static final PropertyDeprecated.static final PropertyDeprecated.MAPI message class.static final PropertyDeprecated.static final PropertyDeprecated.static final StringDeprecated.static final PropertyDeprecated.The number of Objects in the document.static final PropertyDeprecated.The number of Pages are there in the (paged) documentstatic final PropertyDeprecated.The number of individual Paragraphs in the documentstatic final StringDeprecated.static final PropertyDeprecated.When was the document last printed?static final PropertyDeprecated.When was the document last saved?static final PropertyDeprecated.The number of Slides are there in the (presentation) documentstatic final PropertyDeprecated.The number of Tables in the documentstatic final StringDeprecated.For user defined metadata entries in the document, what prefix should be attached to the key names.static final PropertyDeprecated.The number of Words in the document
-
Field Details
-
NAMESPACE_URI_DOC_META
Deprecated.- See Also:
-
PREFIX_DOC_META
Deprecated.- See Also:
-
USER_DEFINED_METADATA_NAME_PREFIX
Deprecated.For user defined metadata entries in the document, what prefix should be attached to the key names. eg invalid input: '<'meta:user-defined meta:name="Info1">Text1invalid input: '<'/meta:user-defined> becomes custom:Info1=Text1- See Also:
-
KEYWORDS
Deprecated.Keywords pertaining to a document. -
INITIAL_AUTHOR
Deprecated.Name of the initial creator/author of a document -
LAST_AUTHOR
Deprecated.Name of the last (most recent) author of a document -
AUTHOR
Deprecated.Name of the principal author(s) of a document -
CREATION_DATE
Deprecated.When was the document created? -
SAVE_DATE
Deprecated.When was the document last saved? -
PRINT_DATE
Deprecated.When was the document last printed? -
SLIDE_COUNT
Deprecated.The number of Slides are there in the (presentation) document -
PAGE_COUNT
Deprecated.The number of Pages are there in the (paged) document -
PARAGRAPH_COUNT
Deprecated.The number of individual Paragraphs in the document -
LINE_COUNT
Deprecated.The number of lines in the document -
WORD_COUNT
Deprecated.The number of Words in the document -
CHARACTER_COUNT
Deprecated.The number of Characters in the document -
CHARACTER_COUNT_WITH_SPACES
Deprecated.The number of Characters in the document, including spaces -
TABLE_COUNT
Deprecated.The number of Tables in the document -
IMAGE_COUNT
Deprecated.The number of Images in the document -
OBJECT_COUNT
Deprecated.The number of Objects in the document. These are typically non-Image resources embedded in the document, such as other documents or non-Image media. -
MAPI_MESSAGE_CLASS
Deprecated.MAPI message class. What type of .msg/MAPI file is it? -
MAPI_SENT_BY_SERVER_TYPE
Deprecated. -
MAPI_FROM_REPRESENTING_NAME
Deprecated. -
MAPI_FROM_REPRESENTING_EMAIL
Deprecated. -
MAPI_MESSAGE_CLIENT_SUBMIT_TIME
Deprecated.
-