DocumentRootPackage
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.RootMetadataPackage
public abstract class DocumentRootPackage<TPackage> extends RootMetadataPackage
Represents a root package for document formats such as PDF, WordProcessing, Spreadsheet, Presentation, etc.
TPackage : The type of the native metadata package.
Methods
Method | Description |
---|---|
getDocumentProperties() | Gets the native metadata properties presented in the document. |
getDocumentProperties()
public TPackage getDocumentProperties()
Gets the native metadata properties presented in the document.
Returns: TPackage - The document properties.