Package | Description |
---|---|
com.groupdocs.metadata.legacy |
Modifier and Type | Method and Description |
---|---|
PropertyValue |
MetadataProperty.getValue()
Deprecated.
Gets the property value.
|
PropertyValue |
TiffTag.getValue()
Deprecated.
Gets or sets the property value.
|
PropertyValue |
DocumentMetadata.readPropertyValue(String propertyName)
Deprecated.
Reads the value of the property with the specified name.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PropertyValue.equals(PropertyValue other)
Deprecated.
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)
Deprecated.
Gets or sets the property value.
|
void |
DocumentMetadata.setValueByKey(String propertyName,
PropertyValue value)
Deprecated.
Sets the value of the property with the specified name.
|
Constructor and Description |
---|
MetadataProperty(String name,
PropertyValue value)
Deprecated.
Initializes a new instance of the
MetadataProperty class. |
Copyright © 2020. All rights reserved.