public abstract class TiffTag extends MetadataProperty
Represents a TIFF tag.
Type | Property and Description |
---|---|
boolean |
isBuiltIn
Gets a value indicating whether property is built-in.
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
equals(Object obj)
Determines whether the specified
System.Object , is equal to this instance. |
int |
getDefinedTag()
Gets the defined tag.
|
String |
getName()
Gets or sets the property name.
|
int |
getTagId()
Gets the tag id.
|
int |
getTagType()
Gets the type of the tag.
|
PropertyValue |
getValue()
Gets or sets the property value.
|
int |
hashCode()
Serves as the default hash function.
|
boolean |
isBuiltInProperty()
Gets a value indicating whether property is built-in.
|
void |
setName(String value)
Gets or sets the property name.
|
void |
setValue(PropertyValue value)
Gets or sets the property value.
|
equals, equals, getFormattedValue, toString
Gets a value indicating whether property is built-in.
isBuiltInProperty
in class MetadataProperty
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 String getName()
Gets or sets the property name.
getName
in interface IMetadataProperty
getName
in class MetadataProperty
InvalidOperationException
- Could not update property. It's read-only.
Value: The property name.public void setName(String value)
Gets or sets the property name.
setName
in interface IMetadataProperty
setName
in class MetadataProperty
value
- The property name.InvalidOperationException
- Could not update property. It's read-only.
Value: The property name.public PropertyValue getValue()
Gets or sets the property value.
getValue
in class MetadataProperty
InvalidOperationException
- Could not update property. It's read-only.
Value: The property value.public void setValue(PropertyValue value)
Gets or sets the property value.
setValue
in class MetadataProperty
value
- The property value.InvalidOperationException
- Could not update property. It's read-only.
Value: The property value.public boolean isBuiltInProperty()
Gets a value indicating whether property is built-in.
isBuiltInProperty
in class MetadataProperty
public abstract boolean equals(Object obj)
Determines whether the specified System.Object
, is equal to this instance.
equals
in interface com.aspose.ms.System.IEquatable<MetadataProperty>
equals
in class MetadataProperty
obj
- The System.Object
to compare with this instance.true
if the specified System.Object
is equal to this instance; otherwise, false
.public int hashCode()
Serves as the default hash function.
hashCode
in class MetadataProperty
Copyright © 2019. All rights reserved.