@Deprecated public final class XmpTrailerPI extends Object implements IXmlValue, com.aspose.ms.System.IEquatable<XmpTrailerPI>
Represents XMP trailer processing instruction.
Constructor and Description |
---|
XmpTrailerPI()
Deprecated.
Initializes a new instance of the
XmpTrailerPI class. |
XmpTrailerPI(boolean isWritable)
Deprecated.
Initializes a new instance of the
XmpTrailerPI class. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Deprecated.
Compares with
obj and returns true if objects are equal. |
boolean |
equals(XmpTrailerPI other)
Deprecated.
Indicates whether the current object is equal to another object of the same type.
|
String |
getXmlValue()
Deprecated.
Converts XMP value to the xml representation.
|
int |
hashCode()
Deprecated.
Returns a hash code for this instance.
|
boolean |
isWritable()
Deprecated.
Indicates whether form may be modified in-place.
|
void |
setWritable(boolean value)
Deprecated.
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 void setWritable(boolean value)
Indicates whether form may be modified in-place.
public final String getXmlValue()
Converts XMP value to the xml representation.
getXmlValue
in interface IXmlValue
string
representation of XMP value.public final boolean equals(XmpTrailerPI other)
Indicates whether the current object is equal to another object of the same type.
other
- An object to compare with this object.other
parameter; otherwise, false.public boolean equals(Object obj)
Compares with obj
and returns true if objects are equal.
equals
in interface com.aspose.ms.System.IEquatable<XmpTrailerPI>
equals
in class Object
obj
- Compared object.Copyright © 2020. All rights reserved.