com.aspose.cells.WebExtensionCollection.html Maven / Gradle / Ivy
WebExtensionCollection
com.aspose.cells
Class WebExtensionCollection
java.lang.Object
CollectionBase
com.aspose.cells.WebExtensionCollection
- All Implemented Interfaces:
- java.lang.Iterable
public class WebExtensionCollection
- extends CollectionBase
Property Getters/Setters Summary | ||
---|---|---|
int | getCount() | → inherited from com.aspose.cells.CollectionBase
|
WebExtension | get(int) | |
Gets web extension by the specific index. |
Method Summary | ||
---|---|---|
int | add() | |
Adds a web extension. | ||
int | add(java.lang.Object value) | → inherited from com.aspose.cells.CollectionBase
|
Reserved for internal use. | ||
void | clear() | → inherited from com.aspose.cells.CollectionBase
|
boolean | contains(java.lang.Object value) | → inherited from com.aspose.cells.CollectionBase
|
Reserved for internal use. | ||
int | indexOf(java.lang.Object value) | → inherited from com.aspose.cells.CollectionBase
|
Reserved for internal use. | ||
java.util.Iterator | iterator() | → inherited from com.aspose.cells.CollectionBase
|
void | removeAt(int index) | |
Remove web extension by the index. |
Property Getters/Setters Detail |
---|
getCount | → inherited from com.aspose.cells.CollectionBase
|
public int getCount() |
get | |
public WebExtension get(int index) |
Gets web extension by the specific index. - Parameters:
index
- The index.
- Returns:
- The web extension.
Method Detail |
---|
add | |
public int add() |
Adds a web extension. - Returns:
- The index.
removeAt | |
public void removeAt(int index) |
Remove web extension by the index. - Parameters:
index
- The index.
clear | → inherited from com.aspose.cells.CollectionBase
|
public void clear() |
iterator | → inherited from com.aspose.cells.CollectionBase
|
public java.util.Iterator iterator() |
contains | → inherited from com.aspose.cells.CollectionBase
|
public boolean contains(java.lang.Object value) |
Reserved for internal use.
add | → inherited from com.aspose.cells.CollectionBase
|
public int add(java.lang.Object value) |
Reserved for internal use.
indexOf | → inherited from com.aspose.cells.CollectionBase
|
public int indexOf(java.lang.Object value) |
Reserved for internal use.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.