java.lang.ObjectBaseWebExtensionCollection
com.aspose.words.WebExtensionPropertyCollection
public class WebExtensionPropertyCollection
| Property Getters/Setters Summary | ||
|---|---|---|
int | getCount() | → inherited from BaseWebExtensionCollection<WebExtensionProperty> |
WebExtensionProperty | get(int index) | → inherited from BaseWebExtensionCollection<WebExtensionProperty> |
| Method Summary | ||
|---|---|---|
void | clear() | → inherited from BaseWebExtensionCollection<WebExtensionProperty> |
java.util.Iterator<WebExtensionProperty> | iterator() | → inherited from BaseWebExtensionCollection<WebExtensionProperty> |
void | remove(int index) | → inherited from BaseWebExtensionCollection<WebExtensionProperty> |
| Property Getters/Setters Detail |
|---|
getCount | → inherited from BaseWebExtensionCollection<WebExtensionProperty> |
public int getCount() | |
get | → inherited from BaseWebExtensionCollection<WebExtensionProperty> |
public WebExtensionProperty get(int index) | |
| Method Detail |
|---|
clear | → inherited from BaseWebExtensionCollection<WebExtensionProperty> |
public void clear() | |
iterator | → inherited from BaseWebExtensionCollection<WebExtensionProperty> |
public java.util.Iterator<WebExtensionProperty> iterator() | |
remove | → inherited from BaseWebExtensionCollection<WebExtensionProperty> |
public void remove(int index) | |