public final class TiffAsciiTag extends TiffTag
Represents a TIFF ASCII tag.
isBuiltInProperty
Constructor and Description |
---|
TiffAsciiTag(int tagId,
String value)
Initializes a new instance of the
TiffAsciiTag class. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(MetadataProperty other)
Indicates whether the current object is equal to another object of the same type.
|
boolean |
equals(Object obj)
Determines whether the specified
System.Object is equal to the current System.Object . |
String |
getFormattedValue()
Gets the formatted value.
|
String |
getTagValue()
Gets the tag value.
|
int |
hashCode()
Serves as the default hash function.
|
getDefinedTag, getName, getTagId, getTagType, getValue, isBuiltInProperty, setName, setValue
equals, toString
public TiffAsciiTag(int tagId, String value)
Initializes a new instance of the TiffAsciiTag
class.
tagId
- The tag identifier.value
- The value.public final String getTagValue()
Gets the tag value.
public String getFormattedValue()
Gets the formatted value.
getFormattedValue
in interface IMetadataProperty
getFormattedValue
in class MetadataProperty
public boolean equals(Object obj)
Determines whether the specified System.Object
is equal to the current System.Object
.
equals
in interface com.aspose.ms.System.IEquatable<MetadataProperty>
equals
in class TiffTag
obj
- The System.Object
to compare with the current System.Object
.true
if the specified System.Object
is equal to the current System.Object
; otherwise, false.public boolean equals(MetadataProperty other)
Indicates whether the current object is equal to another object of the same type.
equals
in class MetadataProperty
other
- An object to compare with this object.true
if the current object is equal to the other
parameter; otherwise, false
.Copyright © 2019. All rights reserved.