WebExtensionTaskPane

Inheritance: java.lang.Object

public class WebExtensionTaskPane

Represents a persisted taskpane object.

Methods

MethodDescription
equals(Object arg0)
getClass()
getDockState()Gets the last-docked location of this taskpane object.
getRow()Gets the index, enumerating from the outside to the inside, of this taskpane among other persisted taskpanes docked in the same default location.
getWebExtension()Gets the web extension part associated with the taskpane instance
getWidth()Gets the default width value for this taskpane instance.
hashCode()
isLocked()Indicates whether the taskpane is locked to the document in the UI and cannot be closed by the user.
isVisible()Indicates whether the Task Pane shows as visible by default when the document opens.
notify()
notifyAll()
setDockState(String value)Sets the last-docked location of this taskpane object.
setLocked(boolean value)Indicates whether the taskpane is locked to the document in the UI and cannot be closed by the user.
setRow(int value)Sets the index, enumerating from the outside to the inside, of this taskpane among other persisted taskpanes docked in the same default location.
setVisible(boolean value)Indicates whether the Task Pane shows as visible by default when the document opens.
setWebExtension(WebExtension value)Sets the web extension part associated with the taskpane instance
setWidth(double value)Sets the default width value for this taskpane instance.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getDockState()

public String getDockState()

Gets the last-docked location of this taskpane object.

Returns: java.lang.String

getRow()

public int getRow()

Gets the index, enumerating from the outside to the inside, of this taskpane among other persisted taskpanes docked in the same default location.

Returns: int

getWebExtension()

public WebExtension getWebExtension()

Gets the web extension part associated with the taskpane instance

Returns: WebExtension

getWidth()

public double getWidth()

Gets the default width value for this taskpane instance.

Returns: double

hashCode()

public native int hashCode()

Returns: int

isLocked()

public boolean isLocked()

Indicates whether the taskpane is locked to the document in the UI and cannot be closed by the user.

Returns: boolean

isVisible()

public boolean isVisible()

Indicates whether the Task Pane shows as visible by default when the document opens.

Returns: boolean

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setDockState(String value)

public void setDockState(String value)

Sets the last-docked location of this taskpane object.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setLocked(boolean value)

public void setLocked(boolean value)

Indicates whether the taskpane is locked to the document in the UI and cannot be closed by the user.

Parameters:

ParameterTypeDescription
valueboolean

setRow(int value)

public void setRow(int value)

Sets the index, enumerating from the outside to the inside, of this taskpane among other persisted taskpanes docked in the same default location.

Parameters:

ParameterTypeDescription
valueint

setVisible(boolean value)

public void setVisible(boolean value)

Indicates whether the Task Pane shows as visible by default when the document opens.

Parameters:

ParameterTypeDescription
valueboolean

setWebExtension(WebExtension value)

public void setWebExtension(WebExtension value)

Sets the web extension part associated with the taskpane instance

Parameters:

ParameterTypeDescription
valueWebExtension

setWidth(double value)

public void setWidth(double value)

Sets the default width value for this taskpane instance.

Parameters:

ParameterTypeDescription
valuedouble

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int