java.lang.Object
com.aspose.words.WebExtension
public class WebExtension
| Property Getters/Setters Summary | ||
|---|---|---|
WebExtensionReferenceCollection | getAlternateReferences() | |
| Specifies alternate references to a web extension. | ||
WebExtensionBindingCollection | getBindings() | |
| Specifies a list of web extension bindings. | ||
java.lang.String | getId() | |
void | setId(java.lang.String value) | |
| Uniquely identifies the web extension instance in the current document. | ||
boolean | isFrozen() | |
void | isFrozen(boolean value) | |
| Specifies whether the user can interact with the web extension or not. | ||
WebExtensionPropertyCollection | getProperties() | |
| Represents a set of web extension custom properties. | ||
WebExtensionReference | getReference() | |
| Specifies the primary reference to an web extension. | ||
| Property Getters/Setters Detail |
|---|
getAlternateReferences | |
public WebExtensionReferenceCollection getAlternateReferences() | |
getBindings | |
public WebExtensionBindingCollection getBindings() | |
getId/setId | |
public java.lang.String getId() / public void setId(java.lang.String value) | |
isFrozen/isFrozen | |
public boolean isFrozen() / public void isFrozen(boolean value) | |
getProperties | |
public WebExtensionPropertyCollection getProperties() | |
getReference | |
public WebExtensionReference getReference() | |