aspose.cells

Class WebExtensionTaskPane

Represents a persisted taskpane object.

Property Getters/Setters Summary
functiongetDockState()
function
           Gets and sets the last-docked location of this taskpane object.
functionisLocked()
function
setLocked(value)
           Indicates whether the taskpane is locked to the document in the UI and cannot be closed by the user.
functionisVisible()
function
setVisible(value)
           Indicates whether the Task Pane shows as visible by default when the document opens.
functiongetRow()
function
setRow(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.
functiongetWebExtension()
function
           Gets and sets the web extension part associated with the taskpane instance
functiongetWidth()
function
setWidth(value)
           Gets and sets the default width value for this taskpane instance.
 

    • Property Getters/Setters Detail

      • getWebExtension/setWebExtension : WebExtension 

        function getWebExtension() / function setWebExtension(value)
        
        Gets and sets the web extension part associated with the taskpane instance
      • getDockState/setDockState : String 

        function getDockState() / function setDockState(value)
        
        Gets and sets the last-docked location of this taskpane object.
      • isVisible/setVisible : boolean 

        function isVisible() / function setVisible(value)
        
        Indicates whether the Task Pane shows as visible by default when the document opens.
      • isLocked/setLocked : boolean 

        function isLocked() / function setLocked(value)
        
        Indicates whether the taskpane is locked to the document in the UI and cannot be closed by the user.
      • getWidth/setWidth : Number 

        function getWidth() / function setWidth(value)
        
        Gets and sets the default width value for this taskpane instance.
      • getRow/setRow : Number 

        function getRow() / function setRow(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.