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.Stringvalue) | |
Gets and sets the uniquely identifies the Office Add-in instance in the current document. | ||
boolean | isFrozen() | |
void | setFrozen(booleanvalue) | |
Inidcates whether 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.
|
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()