com.aspose.words
Class TaskPane

java.lang.Object
    extended by com.aspose.words.TaskPane

public class TaskPane 
extends java.lang.Object

Represents an add-in task pane object.

Constructor Summary
TaskPane()
           Creates task pane add-in instance.
 
Property Getters/Setters Summary
intgetDockState()
voidsetDockState(int value)
           Specifies the last-docked location of this task pane object. The value of the property is TaskPaneDockState integer constant.
booleanisLocked()
voidisLocked(boolean value)
           Specifies whether the task pane is locked to the document in the UI and cannot be closed by the user.
booleanisVisible()
voidisVisible(boolean value)
           Specifies whether the task pane shows as visible by default when the document opens.
intgetRow()
voidsetRow(int value)
           Specifies the index, enumerating from the outside to the inside, of this task pane among other persisted task panes docked in the same default location.
WebExtensiongetWebExtension()
           Represents an web extension object.
doublegetWidth()
voidsetWidth(double value)
           Specifies the default width value for this task pane instance.
 

Constructor Detail

TaskPane

public TaskPane()
Creates task pane add-in instance.

Property Getters/Setters Detail

getDockState/setDockState

public int getDockState() / public void setDockState(int value)
Specifies the last-docked location of this task pane object. The value of the property is TaskPaneDockState integer constant.

isLocked/isLocked

public boolean isLocked() / public void isLocked(boolean value)
Specifies whether the task pane is locked to the document in the UI and cannot be closed by the user.

isVisible/isVisible

public boolean isVisible() / public void isVisible(boolean value)
Specifies whether the task pane shows as visible by default when the document opens.

getRow/setRow

public int getRow() / public void setRow(int value)
Specifies the index, enumerating from the outside to the inside, of this task pane among other persisted task panes docked in the same default location.

getWebExtension

public WebExtension getWebExtension()
Represents an web extension object.

getWidth/setWidth

public double getWidth() / public void setWidth(double value)
Specifies the default width value for this task pane instance.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.