public class IptcDataSet extends Metadata
Represents an IPTC dataset.
Constructor and Description |
---|
IptcDataSet(int dataSetNumber)
Initializes a new instance of the
IptcDataSet class. |
Modifier and Type | Method and Description |
---|---|
int |
getDataSetNumber()
Gets the data set number.
|
IptcProperty |
readByIptcTag(int iptcTagId) |
IptcProperty[] |
toPropertyArray()
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 © 2019. All rights reserved.