IptcRecord
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage
public class IptcRecord extends CustomPackage
Represents an IPTC record.
Learn more
| Method | Description |
|---|---|
| getRecordNumber() | Gets the record number. |
| toList() | Creates a list from the package. |
| get_Item(byte dataSetNumber) | Gets the IptcDataSet with the specified dataSet number. |
public final byte getRecordNumber()
Gets the record number.
Returns: byte - The record number.
public final IReadOnlyList<IptcDataSet> toList()
Creates a list from the package.
Returns: IReadOnlyList - A list that contains all IPTC dataSets from the package.
public final IptcDataSet get_Item(byte dataSetNumber)
Gets the IptcDataSet with the specified dataSet number.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| dataSetNumber | byte | The IPTC dataSet number. |
Returns: IptcDataSet - The IptcDataSet with the specified dataSet number, if found; otherwise null.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.