com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class RootMetadataPackage

    • Method Detail

      • getFileType

        public final FileTypePackage getFileType()

        Gets the file type metadata package.

        Returns:
        The file type metadata package.
      • sanitize

        public int sanitize()

        Removes writable metadata properties from the package. The operation is recursive so it affects all nested packages as well.

        Overrides:
        sanitize in class MetadataPackage
        Returns:
        The number of affected properties.

        Learn more