java.lang.Object
com.aspose.words.WebExtensionBinding
public class WebExtensionBinding
- extends java.lang.Object
Specifies a binding relationship between a web extension and the data in the document.
|
Constructor Summary |
WebExtensionBinding(java.lang.String id, int bindingType, java.lang.String appRef)
Creates web extension binding with specified parameters.
|
|
Property Getters/Setters Summary |
java.lang.String | getAppRef() | |
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.
|
int | getBindingType() | |
void | setBindingType(int value) | |
|
Specifies the binding type.
The value of the property is WebExtensionBindingType integer constant. |
java.lang.String | getId() | |
void | setId(java.lang.String value) | |
|
Specifies the binding identifier.
|
WebExtensionBinding
public WebExtensionBinding(java.lang.String id, int bindingType, java.lang.String appRef)
-
Creates web extension binding with specified parameters.
- Parameters:
id - Binding identifier.bindingType - A WebExtensionBindingType value. Binding type.appRef - Binding key used to map the binding entry in this list with the bound data in the document.
|
Property Getters/Setters Detail |
getAppRef/setAppRef | |
public java.lang.String getAppRef() / public 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.
getBindingType/setBindingType | |
public int getBindingType() / public void setBindingType(int value)
|
-
Specifies the binding type.
The value of the property is WebExtensionBindingType integer constant.
getId/setId | |
public java.lang.String getId() / public void setId(java.lang.String value)
|
-
Specifies the binding identifier.
See Also:
Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
Aspose.Words Support Forum - our preferred method of support.