All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aspose.cells.WebExtensionTaskPane.html Maven / Gradle / Ivy

There is a newer version: 23.1
Show newest version





WebExtensionTaskPane




com.aspose.cells
Class WebExtensionTaskPane

java.lang.Object
    extended by com.aspose.cells.WebExtensionTaskPane

public class WebExtensionTaskPane 
extends java.lang.Object

Represents a persisted taskpane object.


Property Getters/Setters Summary
java.lang.StringgetDockState()
voidsetDockState(java.lang.String)
           Gets and sets the last-docked location of this taskpane object.
booleanisLocked()
voidsetLocked(boolean)
           Indicates whether the taskpane is locked to the document in the UI and cannot be closed by the user.
booleanisVisible()
voidsetVisible(boolean)
           Indicates whether the Task Pane shows as visible by default when the document opens.
intgetRow()
voidsetRow(int)
           Gets and sets the index, enumerating from the outside to the inside, of this taskpane among other persisted taskpanes docked in the same default location.
WebExtensiongetWebExtension()
voidsetWebExtension(WebExtension)
           Gets and sets the web extension part associated with the taskpane instance
doublegetWidth()
voidsetWidth(double)
           Gets and sets the default width value for this taskpane instance.
 

Property Getters/Setters Detail

getWebExtension/setWebExtension

public WebExtension getWebExtension() / public void setWebExtension(WebExtension value)
Gets and sets the web extension part associated with the taskpane instance

setWebExtension

public void setWebExtension(WebExtension value)
Gets and sets the web extension part associated with the taskpane instance

getDockState/setDockState

public java.lang.String getDockState() / public void setDockState(java.lang.String value)
Gets and sets the last-docked location of this taskpane object.

setDockState

public void setDockState(java.lang.String value)
Gets and sets the last-docked location of this taskpane object.

isVisible/setVisible

public boolean isVisible() / public void setVisible(boolean value)
Indicates whether the Task Pane shows as visible by default when the document opens.

setVisible

public void setVisible(boolean value)
Indicates whether the Task Pane shows as visible by default when the document opens.

isLocked/setLocked

public boolean isLocked() / public void setLocked(boolean value)
Indicates whether the taskpane is locked to the document in the UI and cannot be closed by the user.

setLocked

public void setLocked(boolean value)
Indicates whether the taskpane is locked to the document in the UI and cannot be closed by the user.

getWidth/setWidth

public double getWidth() / public void setWidth(double value)
Gets and sets the default width value for this taskpane instance.

setWidth

public void setWidth(double value)
Gets and sets the default width value for this taskpane instance.

getRow/setRow

public int getRow() / public void setRow(int value)
Gets and sets the index, enumerating from the outside to the inside, of this taskpane among other persisted taskpanes docked in the same default location.

setRow

public void setRow(int value)
Gets and sets the index, enumerating from the outside to the inside, of this taskpane among other persisted taskpanes docked in the same default location.

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





© 2015 - 2024 Weber Informatics LLC | Privacy Policy