asposecells.api

Class WebExtensionTaskPane

Represents a persisted taskpane object.

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

    • Property Getters/Setters Detail

      • getWebExtension/setWebExtension : WebExtension 

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

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

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

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

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

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