@Deprecated public class IptcDataSet extends Metadata
Represents an IPTC dataset.
Constructor and Description |
---|
IptcDataSet(int dataSetNumber)
Deprecated.
Initializes a new instance of the
IptcDataSet class. |
Modifier and Type | Method and Description |
---|---|
int |
getDataSetNumber()
Deprecated.
Gets the data set number.
|
IptcProperty |
readByIptcTag(int iptcTagId)
Deprecated.
|
IptcProperty[] |
toPropertyArray()
Deprecated.
Returns an array containing all properties extracted from the IPTC package.
|
getByType, getKeys, getMetadataType, iterator, readByStringKey
public IptcDataSet(int dataSetNumber)
Initializes a new instance of the IptcDataSet
class.
dataSetNumber
- The data set number.public final int getDataSetNumber()
Gets the data set number.
public final IptcProperty[] toPropertyArray()
Returns an array containing all properties extracted from the IPTC package.
public final IptcProperty readByIptcTag(int iptcTagId)
Copyright © 2020. All rights reserved.