IptcRecord
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
Methods
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. |
getRecordNumber()
public final byte getRecordNumber()
Gets the record number.
Returns: byte - The record number.
toList()
public final IReadOnlyList<IptcDataSet> toList()
Creates a list from the package.
Returns: IReadOnlyList - A list that contains all IPTC dataSets from the package.
get_Item(byte dataSetNumber)
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.