com.aspose.cells.WebExtension.html Maven / Gradle / Ivy
WebExtension
com.aspose.cells
Class WebExtension
java.lang.Object
com.aspose.cells.WebExtension
public class WebExtension
- extends java.lang.Object
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) | |
Gets and sets the uniquely identifies the Office Add-in instance in the current document. | ||
boolean | isFrozen() | |
void | setFrozen(boolean) | |
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) |
Gets and sets the uniquely identifies the Office Add-in instance in the current document.
isFrozen/setFrozen | |
public boolean isFrozen() / public void setFrozen(boolean value) |
Indicates whether the user can interact with the Office Add-in or not.
getReference | |
public WebExtensionReference getReference() |
Get the primary reference to an Office Add-in.
getAlterReferences | |
public WebExtensionReferenceCollection getAlterReferences() |
Gets a list of alter references.
getProperties | |
public WebExtensionPropertyCollection getProperties() |
Gets all properties of web extension.
getBindings | |
public WebExtensionBindingCollection getBindings() |
Gets all bindings relationship between an Office Add-in and the data in the document.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.