com.aspose.cells

Class WebExtension

  • java.lang.Object
    • com.aspose.cells.WebExtension
public class WebExtension 
extends java.lang.Object

Represents an Office Add-in instance.

Property Getters/Setters Summary
WebExtensionReferenceCollectiongetAlterReferences()
Gets a list of alter references.
WebExtensionBindingCollectiongetBindings()
Gets all bindings relationship between an Office Add-in and the data in the document.
java.lang.StringgetId()
void
setId(java.lang.Stringvalue)
           Gets and sets the uniquely identifies the Office Add-in instance in the current document.
booleanisFrozen()
void
setFrozen(booleanvalue)
           Inidcates whether whether the user can interact with the Office Add-in or not.
WebExtensionPropertyCollectiongetProperties()
Gets all properties of web extension.
WebExtensionReferencegetReference()
Get the primary reference to an Office Add-in.
 

    • Property Getters/Setters Detail

      • getId/setId

        public java.lang.String getId() / public void setId(java.lang.String value)
        
        Gets and sets the uniquely identifies the Office Add-in instance in the current document.
      • isFrozen/setFrozen

        public boolean isFrozen() / public void setFrozen(boolean value)
        
        Inidcates whether whether the user can interact with the Office Add-in or not.
      • getBindings

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

    setId

    public voidsetId(java.lang.Stringvalue)
    
    Gets and sets the uniquely identifies the Office Add-in instance in the current document.

    setFrozen

    public voidsetFrozen(booleanvalue)
    
    Inidcates whether whether the user can interact with the Office Add-in or not.