org.apache.tika.metadata
Interface OfficeOpenXMLExtended


public interface OfficeOpenXMLExtended

Extended properties as defined in the Office Open XML specification part Four. Those properties are omitted which have equivalent properties defined in the ODF namespace like "word count". Also not all properties from the specification are defined here, yet. Only those which have been in use by the parsers so far.

See Also:
ISO document of Office Open XML specification,
Field Summary
static Property APP_VERSION
           
static Property APPLICATION
           
static Property COMMENTS
           
static Property COMPANY
           
static Property DOC_SECURITY
           
static Property HIDDEN_SLIDES
           
static Property MANAGER
           
static String NAMESPACE_URI
           
static Property NOTES
           
static String PREFIX
           
static Property PRESENTATION_FORMAT
           
static Property TEMPLATE
           
static Property TOTAL_TIME
           
static String WORD_PROCESSING_NAMESPACE_URI
           
static String WORD_PROCESSING_PREFIX
           
 

Field Detail

NAMESPACE_URI

static final String NAMESPACE_URI
See Also:
Constant Field Values

WORD_PROCESSING_NAMESPACE_URI

static final String WORD_PROCESSING_NAMESPACE_URI
See Also:
Constant Field Values

PREFIX

static final String PREFIX
See Also:
Constant Field Values

WORD_PROCESSING_PREFIX

static final String WORD_PROCESSING_PREFIX
See Also:
Constant Field Values

TEMPLATE

static final Property TEMPLATE

MANAGER

static final Property MANAGER

COMPANY

static final Property COMPANY

PRESENTATION_FORMAT

static final Property PRESENTATION_FORMAT

NOTES

static final Property NOTES

TOTAL_TIME

static final Property TOTAL_TIME

HIDDEN_SLIDES

static final Property HIDDEN_SLIDES

APPLICATION

static final Property APPLICATION

APP_VERSION

static final Property APP_VERSION

DOC_SECURITY

static final Property DOC_SECURITY

COMMENTS

static final Property COMMENTS


Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.