public class TiffTag extends Object implements IMetadataProperty
Represents TIFF tag.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Determines whether the specified object is equal to the current object.
|
int |
getDefinedTag()
Gets the defined tag.
|
String |
getFormattedValue()
Gets the formatted value.
|
String |
getName()
Gets or sets property name.
|
int |
getTagId()
Gets the tag id.
|
int |
getTagType()
Gets the type of the tag.
|
int |
hashCode()
Serves as the default hash function.
|
void |
setName(String value)
Gets or sets property name.
|
String |
toString()
Returns a
System.String that represents this instance. |
public final int getTagType()
Gets the type of the tag.
Value: Tag type.public final int getTagId()
Gets the tag id.
Value: Tag id.public final int getDefinedTag()
Gets the defined tag.
Value: The defined tag.public String toString()
Returns a System.String
that represents this instance.
public boolean equals(Object obj)
Determines whether the specified object is equal to the current object.
public int hashCode()
Serves as the default hash function.
public final String getName()
Gets or sets property name.
getName
in interface IMetadataProperty
com.aspose.ms.System.InvalidOperationException
- Could not update property. Is read-only
Value:
Property name.public final void setName(String value)
Gets or sets property name.
setName
in interface IMetadataProperty
com.aspose.ms.System.InvalidOperationException
- Could not update property. Is read-only
Value:
Property name.public String getFormattedValue()
Gets the formatted value.
getFormattedValue
in interface IMetadataProperty
Copyright © 2017. All rights reserved.