aspose.cells

Class WebExtension

Represents an Office Add-in instance.

Property Getters/Setters Summary
functiongetAlterReferences()
Gets a list of alter references.
functiongetBindings()
Gets all bindings relationship between an Office Add-in and the data in the document.
functiongetId()
function
setId(value)
           Gets and sets the uniquely identifies the Office Add-in instance in the current document.
functionisFrozen()
function
setFrozen(value)
           Indicates whether the user can interact with the Office Add-in or not.
functiongetProperties()
Gets all properties of web extension.
functiongetReference()
Get the primary reference to an Office Add-in.
 

    • Property Getters/Setters Detail

      • getId/setId : String 

        function getId() / function setId(value)
        
        Gets and sets the uniquely identifies the Office Add-in instance in the current document.
      • isFrozen/setFrozen : boolean 

        function isFrozen() / function setFrozen(value)
        
        Indicates whether the user can interact with the Office Add-in or not.
      • getReference : WebExtensionReference 

        function getReference()
        
        Get the primary reference to an Office Add-in.
      • getBindings : WebExtensionBindingCollection 

        function getBindings()
        
        Gets all bindings relationship between an Office Add-in and the data in the document.