XmpHeaderPI
Leave feedback
On this page
Inheritance: java.lang.Object
All Implemented Interfaces: com.groupdocs.metadata.core.IXmpType
public final class XmpHeaderPI implements IXmpType
Represents XMP header processing instruction.
| Constructor | Description |
|---|---|
| XmpHeaderPI() | Initializes a new instance of the XmpHeaderPI class. |
| Method | Description |
|---|---|
| getGuid() | Represents Header GUID. |
| getXmpRepresentation() | Converts XMP value to the xml representation. |
public XmpHeaderPI()
Initializes a new instance of the XmpHeaderPI class.
public final String getGuid()
Represents Header GUID.
Returns: java.lang.String - The unique identifier.
The text of the header PI contains a GUID, making it unlikely to appear by accident in the data stream.
public final String getXmpRepresentation()
Converts XMP value to the xml representation.
Returns: java.lang.String - Returns string representation of XMP value.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.