com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class XmpHeaderPI

  • All Implemented Interfaces:
    IXmpType


    public final class XmpHeaderPI
    extends Object
    implements IXmpType

    Represents XMP header processing instruction.

    • Constructor Detail

      • XmpHeaderPI

        public XmpHeaderPI()

        Initializes a new instance of the XmpHeaderPI class.

    • Method Detail

      • getGuid

        public final String getGuid()

        Represents Header GUID.

        Returns:
        The unique identifier.


        The text of the header PI contains a GUID, making it unlikely to appear by accident in the data stream.
      • 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.