public interface IIptc
Represents base operations to work with IPTC metadata. See more: http://en.wikipedia.org/wiki/International_Press_Telecommunications_Council.
Modifier and Type | Method and Description |
---|---|
IptcCollection |
getIptc()
Deprecated.
|
IptcDataSetCollection |
getIptcValues()
Gets the IPTC metadata package attached to the file.
|
boolean |
hasIptc()
Deprecated.
|
void |
removeIptc()
Deprecated.
|
void |
setIptcValues(IptcDataSetCollection value)
Sets the IPTC metadata package attached to the file.
|
void |
updateIptc(IptcCollection collection)
Deprecated.
|
void |
updateIptc(IptcDataSet dataSet)
Deprecated.
|
IptcDataSetCollection getIptcValues()
Gets the IPTC metadata package attached to the file.
void setIptcValues(IptcDataSetCollection value)
Sets the IPTC metadata package attached to the file.
value
- The IPTC metadata package attached to the file.@Deprecated boolean hasIptc()
Gets a value indicating whether image contains IPTC IIM metadata.
true
if image has IPTC IIM metadata; otherwise, false
.@Deprecated IptcCollection getIptc()
Gets the IPTC collection.
IptcCollection
.@Deprecated void updateIptc(IptcCollection collection)
Updates IPTC metadata.
collection
- The collection.@Deprecated void updateIptc(IptcDataSet dataSet)
Updates specific IPTC dataset.
dataSet
- The data set.@Deprecated void removeIptc()
Removes IPTC metadata from image.
Copyright © 2019. All rights reserved.