org.apache.tika.metadata
Interface MSOffice
- All Known Implementing Classes:
- Metadata
public interface MSOffice
A collection of Microsoft Office documents property names.
KEYWORDS
static final String KEYWORDS
- See Also:
- Constant Field Values
COMMENTS
static final String COMMENTS
- See Also:
- Constant Field Values
LAST_AUTHOR
static final String LAST_AUTHOR
- See Also:
- Constant Field Values
APPLICATION_NAME
static final String APPLICATION_NAME
- See Also:
- Constant Field Values
CHARACTER_COUNT
static final String CHARACTER_COUNT
- See Also:
- Constant Field Values
PAGE_COUNT
static final String PAGE_COUNT
- See Also:
- Constant Field Values
REVISION_NUMBER
static final String REVISION_NUMBER
- See Also:
- Constant Field Values
WORD_COUNT
static final String WORD_COUNT
- See Also:
- Constant Field Values
TEMPLATE
static final String TEMPLATE
- See Also:
- Constant Field Values
AUTHOR
static final String AUTHOR
- See Also:
- Constant Field Values
TOTAL_TIME
static final String TOTAL_TIME
- See Also:
- Constant Field Values
SLIDE_COUNT
static final String SLIDE_COUNT
- See Also:
- Constant Field Values
PRESENTATION_FORMAT
static final String PRESENTATION_FORMAT
- See Also:
- Constant Field Values
PARAGRAPH_COUNT
static final String PARAGRAPH_COUNT
- See Also:
- Constant Field Values
NOTES
static final String NOTES
- See Also:
- Constant Field Values
MANAGER
static final String MANAGER
- See Also:
- Constant Field Values
LINE_COUNT
static final String LINE_COUNT
- See Also:
- Constant Field Values
CHARACTER_COUNT_WITH_SPACES
static final String CHARACTER_COUNT_WITH_SPACES
- See Also:
- Constant Field Values
APPLICATION_VERSION
static final String APPLICATION_VERSION
- See Also:
- Constant Field Values
VERSION
static final String VERSION
- See Also:
- Constant Field Values
CONTENT_STATUS
static final String CONTENT_STATUS
- See Also:
- Constant Field Values
CATEGORY
static final String CATEGORY
- See Also:
- Constant Field Values
COMPANY
static final String COMPANY
- See Also:
- Constant Field Values
SECURITY
static final String SECURITY
- See Also:
- Constant Field Values
EDIT_TIME
static final String EDIT_TIME
- How long has been spent editing the document?
- See Also:
- Constant Field Values
CREATION_DATE
static final Property CREATION_DATE
- When was the document created?
LAST_SAVED
static final Property LAST_SAVED
- When was the document last saved?
LAST_PRINTED
static final Property LAST_PRINTED
- When was the document last printed?
USER_DEFINED_METADATA_NAME_PREFIX
static final String USER_DEFINED_METADATA_NAME_PREFIX
- For user defined metadata entries in the document,
what prefix should be attached to the key names.
eg Text1 becomes custom:Info1=Text1
- See Also:
- Constant Field Values
Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.