public final class IptcCollection extends Object
Represents IPTC collection.
Constructor and Description |
---|
IptcCollection()
Initializes a new instance of the
IptcCollection class. |
Modifier and Type | Method and Description |
---|---|
void |
add(IptcProperty property)
Adds the specified property.
|
void |
clear()
Removes all elements from the collection.
|
int |
getCount()
Gets the number of properties.
|
IptcProperty |
readByIndex(int index) |
void |
removeAt(int index)
Removes the elements at specified index.
|
public IptcCollection()
Initializes a new instance of the IptcCollection
class.
public final int getCount()
Gets the number of properties.
public final void add(IptcProperty property)
Adds the specified property.
property
- IPTC property.ArgumentNullException
- Property could not be null.public final void clear()
Removes all elements from the collection.
public final void removeAt(int index)
Removes the elements at specified index.
index
- The index.public final IptcProperty readByIndex(int index)
Copyright © 2018. All rights reserved.