public final class IptcMetadata extends MetadataContainer
Represents IPTC metadata.
Constructor and Description |
---|
IptcMetadata()
Initializes a new instance of the
IptcMetadata class. |
Modifier and Type | Method and Description |
---|---|
IptcDataSetCollection |
getDataSets()
Gets the available data sets.
|
String[] |
getKeys()
Gets array of available metadata keys.
|
getByType, getMetadataType, readByStringKey
public IptcMetadata()
Initializes a new instance of the IptcMetadata
class.
public String[] getKeys()
Gets array of available metadata keys. Keys related to null values are skipped.
Value: The array of keys.getKeys
in class MetadataContainer
public final IptcDataSetCollection getDataSets()
Gets the available data sets.
Value: The data sets.Copyright © 2017. All rights reserved.