Package org.apache.tika.metadata
Interface OfficeOpenXMLExtended
- 
public interface OfficeOpenXMLExtendedExtended 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. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static PropertyAPP_VERSIONstatic PropertyAPPLICATIONstatic PropertyCOMMENTSstatic PropertyCOMPANYstatic PropertyDOC_SECURITYstatic PropertyDOC_SECURITY_STRINGstatic PropertyHIDDEN_SLIDESstatic PropertyMANAGERstatic java.lang.StringNAMESPACE_URIstatic PropertyNOTESstatic java.lang.StringPREFIXstatic PropertyPRESENTATION_FORMATstatic java.lang.StringSECURITY_LOCKED_FOR_ANNOTATIONSstatic java.lang.StringSECURITY_NONEstatic java.lang.StringSECURITY_PASSWORD_PROTECTEDstatic java.lang.StringSECURITY_READ_ONLY_ENFORCEDstatic java.lang.StringSECURITY_READ_ONLY_RECOMMENDEDstatic java.lang.StringSECURITY_UNKNOWNstatic PropertyTEMPLATEstatic PropertyTOTAL_TIMEstatic java.lang.StringWORD_PROCESSING_NAMESPACE_URIstatic java.lang.StringWORD_PROCESSING_PREFIX 
 - 
 
- 
- 
Field Detail
- 
NAMESPACE_URI
static final java.lang.String NAMESPACE_URI
- See Also:
 - Constant Field Values
 
 
- 
WORD_PROCESSING_NAMESPACE_URI
static final java.lang.String WORD_PROCESSING_NAMESPACE_URI
- See Also:
 - Constant Field Values
 
 
- 
PREFIX
static final java.lang.String PREFIX
- See Also:
 - Constant Field Values
 
 
- 
WORD_PROCESSING_PREFIX
static final java.lang.String WORD_PROCESSING_PREFIX
- See Also:
 - Constant Field Values
 
 
- 
SECURITY_NONE
static final java.lang.String SECURITY_NONE
- See Also:
 - Constant Field Values
 
 
- 
SECURITY_PASSWORD_PROTECTED
static final java.lang.String SECURITY_PASSWORD_PROTECTED
- See Also:
 - Constant Field Values
 
 
- 
SECURITY_READ_ONLY_RECOMMENDED
static final java.lang.String SECURITY_READ_ONLY_RECOMMENDED
- See Also:
 - Constant Field Values
 
 
- 
SECURITY_READ_ONLY_ENFORCED
static final java.lang.String SECURITY_READ_ONLY_ENFORCED
- See Also:
 - Constant Field Values
 
 
- 
SECURITY_LOCKED_FOR_ANNOTATIONS
static final java.lang.String SECURITY_LOCKED_FOR_ANNOTATIONS
- See Also:
 - Constant Field Values
 
 
- 
SECURITY_UNKNOWN
static final java.lang.String SECURITY_UNKNOWN
- 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
 
- 
DOC_SECURITY_STRING
static final Property DOC_SECURITY_STRING
 
- 
COMMENTS
static final Property COMMENTS
 
 - 
 
 -