public abstract class DocumentRootPackage<TPackage extends DocumentPackage> extends RootMetadataPackage
Represents a root package for document formats such as PDF, WordProcessing, Spreadsheet, Presentation, etc.
TPackage
: The type of the native metadata package.
Modifier and Type | Method and Description |
---|---|
TPackage |
getDocumentProperties()
Gets the native metadata properties presented in the document.
|
getFileType, sanitize
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, setProperties, updateProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public TPackage getDocumentProperties()
Gets the native metadata properties presented in the document.