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