Modifier and Type | Method and Description |
---|---|
PropertyValue |
MetadataProperty.getValue()
Gets the property value.
|
PropertyValue |
TiffTag.getValue()
Gets or sets the property value.
|
PropertyValue |
DocumentMetadata.readPropertyValue(String propertyName)
Reads the value of the property with the specified name.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PropertyValue.equals(PropertyValue other)
Indicates whether the current object is equal to another object of the same type.
|
boolean |
PropertyValue.equals(PropertyValue other,
boolean ignoreCase)
Deprecated.
|
void |
MetadataProperty.setValue(PropertyValue value)
Deprecated.
|
void |
TiffTag.setValue(PropertyValue value)
Gets or sets the property value.
|
void |
DocumentMetadata.setValueByKey(String propertyName,
PropertyValue value)
Sets the value of the property with the specified name.
|
Constructor and Description |
---|
MetadataProperty(String name,
PropertyValue value)
Initializes a new instance of the
MetadataProperty class. |
Copyright © 2019. All rights reserved.