org.apache.tika.metadata
Interface MSOffice

All Known Implementing Classes:
Metadata

public interface MSOffice

A collection of Microsoft Office documents property names.


Field Summary
static String APPLICATION_NAME
           
static String APPLICATION_VERSION
           
static String AUTHOR
           
static String CATEGORY
           
static Property CHARACTER_COUNT
          The number of Characters in the document
static Property CHARACTER_COUNT_WITH_SPACES
          The number of Characters in the document, including spaces
static String COMMENTS
           
static String COMPANY
           
static String CONTENT_STATUS
           
static Property CREATION_DATE
          When was the document created?
static String EDIT_TIME
          How long has been spent editing the document?
static Property IMAGE_COUNT
          The number of Images in the document
static String KEYWORDS
           
static String LAST_AUTHOR
           
static Property LAST_PRINTED
          When was the document last printed?
static Property LAST_SAVED
          When was the document last saved?
static Property LINE_COUNT
          The number of lines in the document
static String MANAGER
           
static String NOTES
           
static Property OBJECT_COUNT
          The number of Objects in the document.
static Property PAGE_COUNT
          The number of Pages are there in the (paged) document
static Property PARAGRAPH_COUNT
          The number of individual Paragraphs in the document
static String PRESENTATION_FORMAT
           
static String REVISION_NUMBER
           
static String SECURITY
           
static Property SLIDE_COUNT
          The number of Slides are there in the (presentation) document
static Property TABLE_COUNT
          The number of Tables in the document
static String TEMPLATE
           
static String TOTAL_TIME
           
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
           
static Property WORD_COUNT
          The number of Words in the document
 

Field Detail

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

REVISION_NUMBER

static final String REVISION_NUMBER
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

PRESENTATION_FORMAT

static final String PRESENTATION_FORMAT
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

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

SLIDE_COUNT

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


PAGE_COUNT

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


PARAGRAPH_COUNT

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


LINE_COUNT

static final Property LINE_COUNT
The number of lines in the document


WORD_COUNT

static final Property WORD_COUNT
The number of Words in the document


CHARACTER_COUNT

static final Property CHARACTER_COUNT
The number of Characters in the document


CHARACTER_COUNT_WITH_SPACES

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


TABLE_COUNT

static final Property TABLE_COUNT
The number of Tables in the document


IMAGE_COUNT

static final Property IMAGE_COUNT
The number of Images in the document


OBJECT_COUNT

static final Property OBJECT_COUNT
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

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-2012 The Apache Software Foundation. All Rights Reserved.