Constructor and Description |
---|
XmpTrailerPI()
Initializes a new instance of the
XmpTrailerPI class. |
XmpTrailerPI(boolean isWritable)
Initializes a new instance of the
XmpTrailerPI class. |
Modifier and Type | Method and Description |
---|---|
String |
getXmpRepresentation()
Converts XMP value to the xml representation.
|
boolean |
isWritable()
Indicates whether form may be modified in-place.
|
public XmpTrailerPI(boolean isWritable)
Initializes a new instance of the XmpTrailerPI
class.
isWritable
- 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.
true
if XMP packet is writable; otherwise, false
.public final String getXmpRepresentation()
Converts XMP value to the xml representation.
getXmpRepresentation
in interface IXmpType
string
representation of XMP value.