Package org.apache.tika.metadata
Interface MSOffice
- All Known Implementing Classes:
Metadata
public interface MSOffice
A collection of Microsoft Office and Open Document property names.
This is being replaced with cleaner, better defined properties in
Office.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final PropertyDeprecated.static final PropertyDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final PropertyDeprecated.static final StringHow long has been spent editing the document?static final PropertyDeprecated.static final StringDeprecated.static final StringDeprecated.static final PropertyDeprecated.static final PropertyDeprecated.static final PropertyDeprecated.static final StringDeprecated.static final StringDeprecated.static final PropertyDeprecated.static final PropertyDeprecated.static final PropertyDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final PropertyDeprecated.static final PropertyDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringFor user defined metadata entries in the document, what prefix should be attached to the key names.static final StringDeprecated.static final PropertyDeprecated.
-
Field Details
-
KEYWORDS
Deprecated.- See Also:
-
COMMENTS
Deprecated.- See Also:
-
LAST_AUTHOR
Deprecated.- See Also:
-
AUTHOR
Deprecated.- See Also:
-
APPLICATION_NAME
Deprecated.- See Also:
-
REVISION_NUMBER
Deprecated.- See Also:
-
TEMPLATE
Deprecated.- See Also:
-
TOTAL_TIME
Deprecated.- See Also:
-
PRESENTATION_FORMAT
Deprecated.- See Also:
-
NOTES
Deprecated.- See Also:
-
MANAGER
Deprecated.- See Also:
-
APPLICATION_VERSION
Deprecated.- See Also:
-
VERSION
Deprecated.- See Also:
-
CONTENT_STATUS
Deprecated.- See Also:
-
CATEGORY
Deprecated.- See Also:
-
COMPANY
Deprecated.- See Also:
-
SECURITY
Deprecated.- See Also:
-
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. This is typically non-Image resources embedded in the document, such as other documents or non-Image media. -
EDIT_TIME
How long has been spent editing the document?- See Also:
-
CREATION_DATE
Deprecated.When was the document created? -
LAST_SAVED
Deprecated.When was the document last saved? -
LAST_PRINTED
Deprecated.When was the document last printed? -
USER_DEFINED_METADATA_NAME_PREFIX
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:
-