com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class XmpMeta

  • All Implemented Interfaces:
    IXmpType, Iterable<MetadataProperty>


    public final class XmpMeta
    extends XmpElementBase
    implements IXmpType

    Represents xmpmeta. Optional. The purpose of this element is to identify XMP metadata within general XML text that might contain other non-XMP uses of RDF.

    • Constructor Detail

      • XmpMeta

        public XmpMeta()
    • Method Detail

      • getAdobeXmpToolkit

        public final String getAdobeXmpToolkit()

        Gets Adobe XMP toolkit version.

        Returns:
        The toolkit version.
      • setAttribute

        public void setAttribute(String attribute,
                                 String value)

        Adds an attribute.

        Overrides:
        setAttribute in class XmpElementBase
        Parameters:
        attribute - The attribute.
        value - The value.
      • getXmpRepresentation

        public final String getXmpRepresentation()

        Converts XMP value to the xml representation.

        Specified by:
        getXmpRepresentation in interface IXmpType
        Returns:
        Returns string representation of XMP value.