public class WebExtensionBinding
extends java.lang.Object
To learn more, visit the Work with Office Add-ins documentation article.
| Constructor and Description |
|---|
WebExtensionBinding(java.lang.String id,
int bindingType,
java.lang.String appRef)
Initializes a new instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAppRef()
Specifies the binding key used to map the binding entry in this list with the bound data in the document.
|
int |
getBindingType()
Specifies the binding type.
|
java.lang.String |
getId()
Specifies the binding identifier.
|
void |
setAppRef(java.lang.String value)
Specifies the binding key used to map the binding entry in this list with the bound data in the document.
|
void |
setBindingType(int value)
Specifies the binding type.
|
void |
setId(java.lang.String value)
Specifies the binding identifier.
|
public WebExtensionBinding(java.lang.String id,
int bindingType,
java.lang.String appRef)
public java.lang.String getId()
String value.public void setId(java.lang.String value)
value - The corresponding String value.public int getBindingType()
int value. The returned value is one of WebExtensionBindingType constants.public void setBindingType(int value)
value - The corresponding int value. The value must be one of WebExtensionBindingType constants.public java.lang.String getAppRef()
String value.public void setAppRef(java.lang.String value)
value - The corresponding String value.