public final class XmpTrailerPi extends Object implements IXmlValue, com.aspose.ms.System.IEquatable<XmpTrailerPi>
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 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 |
|---|---|
boolean |
equals(Object obj)
Determines whether the specified
System.Object, is equal to this instance. |
String |
getXmlValue()
Converts xmp value to the xml representation.
|
int |
hashCode()
Returns a hash code for this instance.
|
boolean |
isEquals(XmpTrailerPi other)
Indicates whether the current object is equal to another object of the same type.
|
boolean |
isWritable()
Gets or sets a value indicating whether this instance is writable.
|
void |
setWritable(boolean value)
Gets or sets a value indicating whether this instance is writable.
|
public XmpTrailerPi(boolean isWritable)
Initializes a new instance of the XmpTrailerPi class.
isWritable - Inditacates whether trailer is writable.public XmpTrailerPi()
Initializes a new instance of the XmpTrailerPi class.
public boolean isWritable()
Gets or sets a value indicating whether this instance is writable.
Value:true if this instance is writable; otherwise, false.public void setWritable(boolean value)
Gets or sets a value indicating whether this instance is writable.
Value:true if this instance is writable; otherwise, false.public String getXmlValue()
Converts xmp value to the xml representation.
getXmlValue in interface IXmlValuepublic boolean isEquals(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)
Determines whether the specified System.Object, is equal to this instance.
equals in interface com.aspose.ms.System.IEquatable<XmpTrailerPi>equals in class Objectobj - The System.Object to compare with this instance.true if the specified System.Object is equal to this instance; otherwise, false.Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.