com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class IptcRecord

    • Method Detail

      • getRecordNumber

        public final byte getRecordNumber()

        Gets the record number.

        Returns:
        The record number.
      • toList

        public final IReadOnlyList<IptcDataSet> toList()

        Creates a list from the package.

        Returns:
        A list that contains all IPTC dataSets from the package.
      • get_Item

        public final IptcDataSet get_Item(byte dataSetNumber)

        Gets the IptcDataSet with the specified dataSet number.

        Parameters:
        dataSetNumber - The IPTC dataSet number.
        Returns:
        The IptcDataSet with the specified dataSet number, if found; otherwise null.