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