org.apache.tika.metadata
Interface MSOffice

All Known Implementing Classes:
Metadata, XMPMetadata

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
static String APPLICATION_NAME
          Deprecated. 
static String APPLICATION_VERSION
          Deprecated. 
static String AUTHOR
          Deprecated. 
static String CATEGORY
          Deprecated. 
static Property CHARACTER_COUNT
          Deprecated. 
static Property CHARACTER_COUNT_WITH_SPACES
          Deprecated. 
static String COMMENTS
          Deprecated. 
static String COMPANY
          Deprecated. 
static String CONTENT_STATUS
          Deprecated. 
static Property CREATION_DATE
          Deprecated. 
static String EDIT_TIME
          How long has been spent editing the document?
static Property IMAGE_COUNT
          Deprecated. 
static String KEYWORDS
          Deprecated. 
static String LAST_AUTHOR
          Deprecated. 
static Property LAST_PRINTED
          Deprecated. 
static Property LAST_SAVED
          Deprecated. 
static Property LINE_COUNT
          Deprecated. 
static String MANAGER
          Deprecated. 
static String NOTES
          Deprecated. 
static Property OBJECT_COUNT
          Deprecated. 
static Property PAGE_COUNT
          Deprecated. 
static Property PARAGRAPH_COUNT
          Deprecated. 
static String PRESENTATION_FORMAT
          Deprecated. 
static String REVISION_NUMBER
          Deprecated. 
static String SECURITY
          Deprecated. 
static Property SLIDE_COUNT
          Deprecated. 
static Property TABLE_COUNT
          Deprecated. 
static String TEMPLATE
          Deprecated. 
static String TOTAL_TIME
          Deprecated. 
static String USER_DEFINED_METADATA_NAME_PREFIX
          For user defined metadata entries in the document, what prefix should be attached to the key names.
static String VERSION
          Deprecated. 
static Property WORD_COUNT
          Deprecated. 
 

Field Detail

KEYWORDS

@Deprecated
static final String KEYWORDS
Deprecated. 
See Also:
Constant Field Values

COMMENTS

@Deprecated
static final String COMMENTS
Deprecated. 
See Also:
Constant Field Values

LAST_AUTHOR

@Deprecated
static final String LAST_AUTHOR
Deprecated. 
See Also:
Constant Field Values

AUTHOR

@Deprecated
static final String AUTHOR
Deprecated. 
See Also:
Constant Field Values

APPLICATION_NAME

@Deprecated
static final String APPLICATION_NAME
Deprecated. 
See Also:
Constant Field Values

REVISION_NUMBER

@Deprecated
static final String REVISION_NUMBER
Deprecated. 
See Also:
Constant Field Values

TEMPLATE

@Deprecated
static final String TEMPLATE
Deprecated. 
See Also:
Constant Field Values

TOTAL_TIME

@Deprecated
static final String TOTAL_TIME
Deprecated. 
See Also:
Constant Field Values

PRESENTATION_FORMAT

@Deprecated
static final String PRESENTATION_FORMAT
Deprecated. 
See Also:
Constant Field Values

NOTES

@Deprecated
static final String NOTES
Deprecated. 
See Also:
Constant Field Values

MANAGER

@Deprecated
static final String MANAGER
Deprecated. 
See Also:
Constant Field Values

APPLICATION_VERSION

@Deprecated
static final String APPLICATION_VERSION
Deprecated. 
See Also:
Constant Field Values

VERSION

@Deprecated
static final String VERSION
Deprecated. 
See Also:
Constant Field Values

CONTENT_STATUS

@Deprecated
static final String CONTENT_STATUS
Deprecated. 
See Also:
Constant Field Values

CATEGORY

@Deprecated
static final String CATEGORY
Deprecated. 
See Also:
Constant Field Values

COMPANY

@Deprecated
static final String COMPANY
Deprecated. 
See Also:
Constant Field Values

SECURITY

@Deprecated
static final String SECURITY
Deprecated. 
See Also:
Constant Field Values

SLIDE_COUNT

@Deprecated
static final Property SLIDE_COUNT
Deprecated. 
The number of Slides are there in the (presentation) document


PAGE_COUNT

@Deprecated
static final Property PAGE_COUNT
Deprecated. 
The number of Pages are there in the (paged) document


PARAGRAPH_COUNT

@Deprecated
static final Property PARAGRAPH_COUNT
Deprecated. 
The number of individual Paragraphs in the document


LINE_COUNT

@Deprecated
static final Property LINE_COUNT
Deprecated. 
The number of lines in the document


WORD_COUNT

@Deprecated
static final Property WORD_COUNT
Deprecated. 
The number of Words in the document


CHARACTER_COUNT

@Deprecated
static final Property CHARACTER_COUNT
Deprecated. 
The number of Characters in the document


CHARACTER_COUNT_WITH_SPACES

@Deprecated
static final Property CHARACTER_COUNT_WITH_SPACES
Deprecated. 
The number of Characters in the document, including spaces


TABLE_COUNT

@Deprecated
static final Property TABLE_COUNT
Deprecated. 
The number of Tables in the document


IMAGE_COUNT

@Deprecated
static final Property IMAGE_COUNT
Deprecated. 
The number of Images in the document


OBJECT_COUNT

@Deprecated
static final Property 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

static final String EDIT_TIME
How long has been spent editing the document?

See Also:
Constant Field Values

CREATION_DATE

@Deprecated
static final Property CREATION_DATE
Deprecated. 
When was the document created?


LAST_SAVED

@Deprecated
static final Property LAST_SAVED
Deprecated. 
When was the document last saved?


LAST_PRINTED

@Deprecated
static final Property LAST_PRINTED
Deprecated. 
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-2012 The Apache Software Foundation. All Rights Reserved.