public final class IptcDataSetCollection extends Object
Represents IPTC collection of data sets.
Constructor and Description |
---|
IptcDataSetCollection(IptcCollection collection)
Initializes a new instance of the
IptcDataSetCollection class. |
Modifier and Type | Method and Description |
---|---|
IptcApplicationRecord |
getApplicationRecord()
Gets the Application Record dataset.
|
IptcEnvelopeRecord |
getEnvelopeRecord()
Gets the Envelope Record dataset.
|
IptcDataSet[] |
getItems()
Gets the items inside collection.
|
public IptcDataSetCollection(IptcCollection collection)
Initializes a new instance of the IptcDataSetCollection
class.
collection
- The collection.public final IptcDataSet[] getItems()
Gets the items inside collection.
Value: The items.public final IptcEnvelopeRecord getEnvelopeRecord()
Gets the Envelope Record dataset.
Value: The Envelope Record.public final IptcApplicationRecord getApplicationRecord()
Gets the Application Record dataset.
Value: The Application Record.Copyright © 2017. All rights reserved.