All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aspose.cells.WebExtension.html Maven / Gradle / Ivy

There is a newer version: 23.1
Show newest version





WebExtension




com.aspose.cells
Class WebExtension

java.lang.Object
    extended by 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()
voidsetId(java.lang.String)
           Gets and sets the uniquely identifies the Office Add-in instance in the current document.
booleanisFrozen()
voidsetFrozen(boolean)
           Indicates 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.

setId

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)
Indicates whether the user can interact with the Office Add-in or not.

setFrozen

public void setFrozen(boolean value)
Indicates whether the user can interact with the Office Add-in or not.

getReference

public WebExtensionReference getReference()
Get the primary reference to an Office Add-in.

getAlterReferences

public WebExtensionReferenceCollection getAlterReferences()
Gets a list of alter references.

getProperties

public WebExtensionPropertyCollection getProperties()
Gets all properties of web extension.

getBindings

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

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy