Package 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
Fields Modifier and Type Field Description static Property
APP_VERSION
static Property
APPLICATION
static Property
COMMENTS
static Property
COMPANY
static Property
DOC_SECURITY
static Property
DOC_SECURITY_STRING
static Property
HIDDEN_SLIDES
static Property
MANAGER
static java.lang.String
NAMESPACE_URI
static Property
NOTES
static java.lang.String
PREFIX
static Property
PRESENTATION_FORMAT
static java.lang.String
SECURITY_LOCKED_FOR_ANNOTATIONS
static java.lang.String
SECURITY_NONE
static java.lang.String
SECURITY_PASSWORD_PROTECTED
static java.lang.String
SECURITY_READ_ONLY_ENFORCED
static java.lang.String
SECURITY_READ_ONLY_RECOMMENDED
static java.lang.String
SECURITY_UNKNOWN
static Property
TEMPLATE
static Property
TOTAL_TIME
static java.lang.String
WORD_PROCESSING_NAMESPACE_URI
static java.lang.String
WORD_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
-
-