public class WebExtension
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
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()
Gets the uniquely identifies the Office Add-in instance in the current document.
|
WebExtensionPropertyCollection |
getProperties()
Gets all properties of web extension.
|
WebExtensionReference |
getReference()
Get the primary reference to an Office Add-in.
|
boolean |
isFrozen()
Indicates whether the user can interact with the Office Add-in or not.
|
void |
setFrozen(boolean value)
Indicates whether the user can interact with the Office Add-in or not.
|
void |
setId(java.lang.String value)
Sets the uniquely identifies the Office Add-in instance in the current document.
|
public java.lang.String getId()
public void setId(java.lang.String value)
public boolean isFrozen()
public void setFrozen(boolean value)
public WebExtensionReference getReference()
public WebExtensionReferenceCollection getAlterReferences()
public WebExtensionPropertyCollection getProperties()
public WebExtensionBindingCollection getBindings()
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.