Package | Description |
---|---|
com.groupdocs.metadata.core |
Modifier and Type | Method and Description |
---|---|
IptcRecordSet |
IIptc.getIptcPackage()
Gets the IPTC metadata package associated with the file.
|
IptcRecordSet |
JpegRootPackage.getIptcPackage()
Gets the IPTC metadata package.
|
IptcRecordSet |
PsdRootPackage.getIptcPackage()
Gets the IPTC metadata package.
|
IptcRecordSet |
TiffRootPackage.getIptcPackage()
Gets the IPTC metadata package.
|
Modifier and Type | Method and Description |
---|---|
void |
IIptc.setIptcPackage(IptcRecordSet value)
Sets the IPTC metadata package associated with the file.
|
void |
JpegRootPackage.setIptcPackage(IptcRecordSet value)
Sets the IPTC metadata package.
|
void |
PsdRootPackage.setIptcPackage(IptcRecordSet value)
Sets the IPTC metadata package.
|
void |
TiffRootPackage.setIptcPackage(IptcRecordSet value)
Sets the IPTC metadata package.
|