com.aspose.cells

Class WebExtensionBinding

  • java.lang.Object
    • 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
 
Property Getters/Setters Summary
java.lang.StringgetAppref()
void
setAppref(java.lang.Stringvalue)
           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()
void
setId(java.lang.Stringvalue)
           Gets and sets the binding identifier.
java.lang.StringgetType()
void
setType(java.lang.Stringvalue)
           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.
      • getType/setType

        public java.lang.String getType() / 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.

    setId

    public voidsetId(java.lang.Stringvalue)
    
    Gets and sets the binding identifier.

    setType

    public voidsetType(java.lang.Stringvalue)
    
    Gets and sets the binding type.

    setAppref

    public voidsetAppref(java.lang.Stringvalue)
    
    Gets and sets the binding key used to map the binding entry in this list with the bound data in the document.