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