public class WebExtensionPropertyCollection extends CollectionBase
| Constructor and Description |
|---|
WebExtensionPropertyCollection() |
| Modifier and Type | Method and Description |
|---|---|
int |
add(java.lang.String name,
java.lang.String value)
Adds web extension property.
|
WebExtensionProperty |
get(int index)
Gets the property of web extension by the index.
|
WebExtensionProperty |
get(java.lang.String name)
Gets the property of web extension.
|
void |
removeAt(java.lang.String name)
Remove the property by the name.
|
public WebExtensionProperty get(int index)
get in class CollectionBaseindex - The index.public WebExtensionProperty get(java.lang.String name)
name - The name of property.public int add(java.lang.String name,
java.lang.String value)
name - The name of property.value - The value of property.public void removeAt(java.lang.String name)
name - The name of the property.See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.