WebExtension
Inheritance: java.lang.Object
public class WebExtension
Represents an Office Add-in instance.
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getAlterReferences() | Gets a list of alter references. |
getBindings() | Gets all bindings relationship between an Office Add-in and the data in the document. |
getClass() | |
getId() | Gets the uniquely identifies the Office Add-in instance in the current document. |
getProperties() | Gets all properties of web extension. |
getReference() | Get the primary reference to an Office Add-in. |
hashCode() | |
isFrozen() | Indicates whether the user can interact with the Office Add-in or not. |
notify() | |
notifyAll() | |
setFrozen(boolean value) | Indicates whether the user can interact with the Office Add-in or not. |
setId(String value) | Sets the uniquely identifies the Office Add-in instance in the current document. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getAlterReferences()
public WebExtensionReferenceCollection getAlterReferences()
Gets a list of alter references.
Returns: WebExtensionReferenceCollection
getBindings()
public WebExtensionBindingCollection getBindings()
Gets all bindings relationship between an Office Add-in and the data in the document.
Returns: WebExtensionBindingCollection
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getId()
public String getId()
Gets the uniquely identifies the Office Add-in instance in the current document.
Returns: java.lang.String
getProperties()
public WebExtensionPropertyCollection getProperties()
Gets all properties of web extension.
Returns: WebExtensionPropertyCollection
getReference()
public WebExtensionReference getReference()
Get the primary reference to an Office Add-in.
Returns: WebExtensionReference
hashCode()
public native int hashCode()
Returns: int
isFrozen()
public boolean isFrozen()
Indicates whether the user can interact with the Office Add-in or not.
Returns: boolean
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setFrozen(boolean value)
public void setFrozen(boolean value)
Indicates whether the user can interact with the Office Add-in or not.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setId(String value)
public void setId(String value)
Sets the uniquely identifies the Office Add-in instance in the current document.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |