com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class DocumentPackage

    • Method Detail

      • remove

        public final boolean remove(String propertyName)

        Removes a writable metadata property by the specified name.

        Parameters:
        propertyName - A metadata property name.
        Returns:
        true if the property is found and deleted; otherwise false.
      • clear

        public final void clear()

        Removes all writable metadata properties from the package.

      • clearBuiltInProperties

        public final void clearBuiltInProperties()

        Removes all built-in metadata properties.

      • clearCustomProperties

        public final void clearCustomProperties()

        Removes all custom metadata properties.