XmpTrailerPI
Leave feedback
On this page
Inheritance: java.lang.Object
All Implemented Interfaces: com.groupdocs.metadata.core.IXmpType
public final class XmpTrailerPI implements IXmpType
Represents XMP trailer processing instruction.
The end=“w” or end=“r” portion shall be used by packet scanning processors to determine whether the XMP may be modified in-place.
| Constructor | Description |
|---|---|
| XmpTrailerPI(boolean isWritable) | Initializes a new instance of the XmpTrailerPI class. |
| XmpTrailerPI() | Initializes a new instance of the XmpTrailerPI class. |
| Method | Description |
|---|---|
| isWritable() | Indicates whether form may be modified in-place. |
| getXmpRepresentation() | Converts XMP value to the xml representation. |
public XmpTrailerPI(boolean isWritable)
Initializes a new instance of the XmpTrailerPI class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| isWritable | boolean | Indicates whether trailer is writable. |
public XmpTrailerPI()
Initializes a new instance of the XmpTrailerPI class.
public final boolean isWritable()
Indicates whether form may be modified in-place.
Returns: boolean - true if XMP packet is writable; otherwise, false .
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.