public abstract class TiffTag extends Object implements IMetadataProperty
Represents TIFF tag.
Modifier and Type | Method and Description |
---|---|
int |
getDefinedTag()
Gets the defined tag.
|
abstract 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.
public final int getTagId()
Gets the tag id.
public final int getDefinedTag()
Gets the defined tag.
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
value
- Property name.com.aspose.ms.System.InvalidOperationException
- Could not update property. Is read-only
Value:
Property name.public String toString()
Returns a System.String
that represents this instance.
public int hashCode()
Serves as the default hash function.
public abstract String getFormattedValue()
Gets the formatted value.
getFormattedValue
in interface IMetadataProperty
Copyright © 2018. All rights reserved.