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.
-
-
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 String
NAMESPACE_URI
static Property
NOTES
static String
PREFIX
static Property
PRESENTATION_FORMAT
static String
SECURITY_LOCKED_FOR_ANNOTATIONS
static String
SECURITY_NONE
static String
SECURITY_PASSWORD_PROTECTED
static String
SECURITY_READ_ONLY_ENFORCED
static String
SECURITY_READ_ONLY_RECOMMENDED
static String
SECURITY_UNKNOWN
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
-
SECURITY_NONE
static final String SECURITY_NONE
- See Also:
- Constant Field Values
-
SECURITY_PASSWORD_PROTECTED
static final String SECURITY_PASSWORD_PROTECTED
- See Also:
- Constant Field Values
-
SECURITY_READ_ONLY_RECOMMENDED
static final String SECURITY_READ_ONLY_RECOMMENDED
- See Also:
- Constant Field Values
-
SECURITY_READ_ONLY_ENFORCED
static final String SECURITY_READ_ONLY_ENFORCED
- See Also:
- Constant Field Values
-
SECURITY_LOCKED_FOR_ANNOTATIONS
static final String SECURITY_LOCKED_FOR_ANNOTATIONS
- See Also:
- Constant Field Values
-
SECURITY_UNKNOWN
static final 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
-
-