java.lang.Object
com.aspose.cells.WebExtension
public class WebExtension
| Property Getters/Setters Summary | ||
|---|---|---|
WebExtensionReferenceCollection | getAlterReferences() | |
| Gets a list of alter references. | ||
WebExtensionBindingCollection | getBindings() | |
| Gets all bindings relationship between an Office Add-in and the data in the document. | ||
java.lang.String | getId() | |
void | setId(java.lang.String value) | |
| Gets and sets the uniquely identifies the Office Add-in instance in the current document. | ||
boolean | isFrozen() | |
void | setFrozen(boolean value) | |
| Indicates whether the user can interact with the Office Add-in or not. | ||
WebExtensionPropertyCollection | getProperties() | |
| Gets all properties of web extension. | ||
WebExtensionReference | getReference() | |
| Get the primary reference to an Office Add-in. | ||
| Property Getters/Setters Detail |
|---|
getId/setId | |
public java.lang.String getId() / public void setId(java.lang.String value) | |
isFrozen/setFrozen | |
public boolean isFrozen() / public void setFrozen(boolean value) | |
getReference | |
public WebExtensionReference getReference() | |
getAlterReferences | |
public WebExtensionReferenceCollection getAlterReferences() | |
getProperties | |
public WebExtensionPropertyCollection getProperties() | |
getBindings | |
public WebExtensionBindingCollection getBindings() | |