public class IptcRecord extends CustomPackage
Modifier and Type | Method and Description |
---|---|
IptcDataSet |
get_Item(byte dataSetNumber)
Gets the
IptcDataSet with the specified dataSet number. |
byte |
getRecordNumber()
Gets the record number.
|
IReadOnlyList<IptcDataSet> |
toList()
Creates a list from the package.
|
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public final byte getRecordNumber()
Gets the record number.
public final IReadOnlyList<IptcDataSet> toList()
Creates a list from the package.
public final IptcDataSet get_Item(byte dataSetNumber)
Gets the IptcDataSet
with the specified dataSet number.
dataSetNumber
- The IPTC dataSet number.IptcDataSet
with the specified dataSet number, if found; otherwise null.