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 Detail

      • KEYWORDS

        @Deprecated
        static final java.lang.String KEYWORDS
        Deprecated.
        See Also:
        Constant Field Values
      • COMMENTS

        @Deprecated
        static final java.lang.String COMMENTS
        Deprecated.
        See Also:
        Constant Field Values
      • LAST_AUTHOR

        @Deprecated
        static final java.lang.String LAST_AUTHOR
        Deprecated.
        See Also:
        Constant Field Values
      • APPLICATION_NAME

        @Deprecated
        static final java.lang.String APPLICATION_NAME
        Deprecated.
        See Also:
        Constant Field Values
      • REVISION_NUMBER

        @Deprecated
        static final java.lang.String REVISION_NUMBER
        Deprecated.
        See Also:
        Constant Field Values
      • TEMPLATE

        @Deprecated
        static final java.lang.String TEMPLATE
        Deprecated.
        See Also:
        Constant Field Values
      • TOTAL_TIME

        @Deprecated
        static final java.lang.String TOTAL_TIME
        Deprecated.
        See Also:
        Constant Field Values
      • PRESENTATION_FORMAT

        @Deprecated
        static final java.lang.String PRESENTATION_FORMAT
        Deprecated.
        See Also:
        Constant Field Values
      • APPLICATION_VERSION

        @Deprecated
        static final java.lang.String APPLICATION_VERSION
        Deprecated.
        See Also:
        Constant Field Values
      • CONTENT_STATUS

        @Deprecated
        static final java.lang.String CONTENT_STATUS
        Deprecated.
        See Also:
        Constant Field Values
      • CATEGORY

        @Deprecated
        static final java.lang.String CATEGORY
        Deprecated.
        See Also:
        Constant Field Values
      • SECURITY

        @Deprecated
        static final java.lang.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 java.lang.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 java.lang.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