java.lang.Object
com.aspose.words.CustomPartCollection
- All Implemented Interfaces:
- java.lang.Iterable
public class CustomPartCollection
- extends java.lang.Object
Represents a collection of CustomPart objects.
You do not normally need to create instances of this class. You access custom parts
related to the OOXML package via the Document.PackageCustomParts property.
- See Also:
- CustomPart, Document.PackageCustomParts
Property Getters/Setters Summary |
int | getCount() | |
|
Gets the number of elements contained in the collection.
|
CustomPart | get(int index) | |
void | set(int index, CustomPart value) | |
|
Gets or sets an item at the specified index.
|
Method Summary |
void | add(CustomPart part) | |
Adds an item to the collection.
|
void | clear() | |
Removes all elements from the collection.
|
CustomPartCollection | deepClone() | |
Makes a deep copy of this collection and its items.
|
java.util.Iterator | iterator() | |
Returns an iterator object that can be used to iterate over all items in the collection.
|
void | removeAt(int index) | |
Removes an item at the specified index.
|
CustomPartCollection
public CustomPartCollection()
-
Initializes a new instance of this class.
Property Getters/Setters Detail |
getCount | |
public int getCount()
|
-
Gets the number of elements contained in the collection.
-
Gets or sets an item at the specified index.
- Parameters:
index
- Zero-based index of the item.
-
Adds an item to the collection.
- Parameters:
part
- The item to add.
clear | |
public void clear() |
-
Removes all elements from the collection.
-
Makes a deep copy of this collection and its items.
iterator | |
public java.util.Iterator iterator() |
-
Returns an iterator object that can be used to iterate over all items in the collection.
removeAt | |
public void removeAt(int index) |
-
Removes an item at the specified index.
- Parameters:
index
- The zero based index.
See Also:
Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
Aspose.Words Support Forum - our preferred method of support.