com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class SpreadsheetContentTypePackage

  • All Implemented Interfaces:
    Iterable<MetadataProperty>


    public class SpreadsheetContentTypePackage
    extends CustomPackage

    Represents a metadata package containing spreadsheet content type properties.

    • Method Detail

      • set

        public final void set(String propertyName,
                              String propertyValue)

        Adds or replaces the content type property with the specified name.

        Parameters:
        propertyName - The property name.
        propertyValue - The property value.
      • set

        public final void set(String propertyName,
                              String propertyValue,
                              String propertyType)

        Adds or replaces the content type property with the specified name.

        Parameters:
        propertyName - The property name.
        propertyValue - The property value.
        propertyType - The property type.
      • remove

        public final boolean remove(String propertyName)

        Removes the content type property with the specified name.

        Parameters:
        propertyName - The name of the content type property to be removed.
        Returns:
        true if the property is found and deleted; otherwise false.
      • clear

        public final void clear()

        Removes all writable metadata properties.