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

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






WebExtensionBinding




com.aspose.cells
Class WebExtensionBinding

java.lang.Object
    extended by com.aspose.cells.WebExtensionBinding

public class WebExtensionBinding 
extends java.lang.Object

Represents a binding relationship between an Office Add-in and the data in the document.


Constructor Summary
WebExtensionBinding()
          
 
Property Getters/Setters Summary
java.lang.StringgetAppref()
voidsetAppref(java.lang.String)
           Gets and sets the binding key used to map the binding entry in this list with the bound data in the document.
java.lang.StringgetId()
voidsetId(java.lang.String)
           Gets and sets the binding identifier.
java.lang.StringgetType()
voidsetType(java.lang.String)
           Gets and sets the binding type.
 

Constructor Detail

WebExtensionBinding

public WebExtensionBinding()

Property Getters/Setters Detail

getId/setId

public java.lang.String getId() / public void setId(java.lang.String value)
Gets and sets the binding identifier.

setId

public void setId(java.lang.String value)
Gets and sets the binding identifier.

getType/setType

public java.lang.String getType() / public void setType(java.lang.String value)
Gets and sets the binding type.

setType

public void setType(java.lang.String value)
Gets and sets the binding type.

getAppref/setAppref

public java.lang.String getAppref() / public void setAppref(java.lang.String value)
Gets and sets the binding key used to map the binding entry in this list with the bound data in the document.

setAppref

public void setAppref(java.lang.String value)
Gets and sets the binding key used to map the binding entry in this list with the bound 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