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