com.aspose.words
Class BaseWebExtensionCollection
java.lang.Object
com.aspose.words.BaseWebExtensionCollection
- All Implemented Interfaces:
- java.lang.Iterable
- Direct Known Subclasses:
- TaskPaneCollection, WebExtensionBindingCollection, WebExtensionPropertyCollection, WebExtensionReferenceCollection
public abstract class BaseWebExtensionCollection
- extends java.lang.Object
Base class for TaskPaneCollection, WebExtensionBindingCollection,
WebExtensionPropertyCollection and WebExtensionReferenceCollection collections.
Type of a collection item.
|
Property Getters/Setters Summary |
int | getCount() | |
|
Gets the number of elements contained in the collection.
|
java.lang.Object | get(int index) | |
void | set(int index, java.lang.Object value) | |
|
Gets or sets an item at the specified index.
|
|
Method Summary |
void | add(java.lang.Object item) | |
| |
void | clear() | |
|
Removes all elements from the collection.
|
java.util.Iterator | iterator() | |
|
Returns an enumerator that can iterate through a collection.
|
void | remove(int index) | |
|
Removes the item at the specified index from the collection.
|
|
Property Getters/Setters Detail |
getCount | |
public int getCount()
|
-
Gets the number of elements contained in the collection.
get/set | |
public java.lang.Object get(int index) / public void set(int index, java.lang.Object value)
|
-
Gets or sets an item at the specified index.
- Parameters:
index - Zero-based index of the item.
add | |
public void add(java.lang.Object item) |
-
clear | |
public void clear() |
-
Removes all elements from the collection.
iterator | |
public java.util.Iterator iterator() |
-
Returns an enumerator that can iterate through a collection.
- Returns:
remove | |
public void remove(int index) |
-
Removes the item at the specified index from the collection.
- Parameters:
index - The zero-based index of the collection item.
See Also:
Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
Aspose.Words Support Forum - our preferred method of support.