com.groupdocs.signature.domain.signatures.metadata

Class PresentationMetadataSignature



  • public final class PresentationMetadataSignature
    extends MetadataSignature

    Contains Presentation metadata signature properties.

    • Constructor Detail

      • PresentationMetadataSignature

        public PresentationMetadataSignature(String name)

        Creates Presentation Metadata Signature with predefined name and empty value

        Parameters:
        name - Presentation Metadata Signature name
      • PresentationMetadataSignature

        public PresentationMetadataSignature(String name,
                                             Object value)

        Creates Presentation Metadata Signature with predefined values

        Parameters:
        name - Name of Metadata signature object
        value - Value of Metadata signature
    • Method Detail

      • deepClone

        public Object deepClone()

        Clone Metadata Signature instance.

        Overrides:
        deepClone in class MetadataSignature
        Returns:
        Returns cloned Metadata Signature instance
      • deepClone

        public MetadataSignature deepClone(Object value)

        Clone Slides Metadata Signature instance with given value.

        Overrides:
        deepClone in class MetadataSignature
        Parameters:
        value - Value for new cloned object.
        Returns:
        Returns cloned Metadata Signature instance.
      • toString

        public String toString()

        Converts to String with override ToString() method

        Overrides:
        toString in class MetadataSignature
        Returns:
        Returns the Metadata Signature value as String.


        Converts a boolean property into "True" or "False". For another data type the default data format provider will be used.
      • toString

        public String toString(String format,
                               com.aspose.ms.System.IFormatProvider provider)
                        throws Exception

        Converts to String with specified format

        Parameters:
        format - Data format string.
        provider - Format data provider to use with data conversion operations.


        Converts a boolean property into "True" or "False".
        Returns:
        Returns the Metadata Signature value as String.
        Throws:
        Exception