provides access to Deck  
 More...
import "XDeck.idl";
|  | 
| string | getId () | 
|  | The deck identifier. 
 | 
|  | 
| string | getTitle () | 
|  | Get the deck title string. 
 | 
|  | 
| void | setTitle ([in] string newTitle) | 
|  | Set the deck title string. 
 | 
|  | 
| boolean | isActive () | 
|  | Is the deck the active one. 
 | 
|  | 
| void | activate ([in] boolean bActivate) | 
|  | Activate the deck and display its content. 
 | 
|  | 
| long | getOrderIndex () | 
|  | Get the ordering index of the deck button in sidebar. 
 | 
|  | 
| void | setOrderIndex ([in] long newOrderIndex) | 
|  | Set the ordering index of the deck button in sidebar. 
 | 
|  | 
| void | moveFirst () | 
|  | Move deck button at first position in sidebar. 
 | 
|  | 
| void | moveLast () | 
|  | Move deck button at last position in sidebar. 
 | 
|  | 
| void | moveUp () | 
|  | Move deck one step up in the sidebar. 
 | 
|  | 
| void | moveDown () | 
|  | Move deck one step down in the sidebar. 
 | 
|  | 
| com::sun::star::ui::XPanels | getPanels () | 
|  | Panels collection attached to the deck. 
 | 
|  | 
provides access to Deck 
- Since
- LibreOffice 5.1 
◆ activate()
      
        
          | void activate | ( | [in] boolean | bActivate | ) |  | 
      
 
Activate the deck and display its content. 
- Parameters
- 
  
    | bActivate | The requested state for the deck 
TRUE sets the deck as the active one 
FALSE hide the deck and defaults to the first deck of the sidebar  |  
 
 
 
◆ getId()
◆ getOrderIndex()
Get the ordering index of the deck button in sidebar. 
 
 
◆ getPanels()
Panels collection attached to the deck. 
 
 
◆ getTitle()
Get the deck title string. 
 
 
◆ isActive()
Is the deck the active one. 
 
 
◆ moveDown()
Move deck one step down in the sidebar. 
 
 
◆ moveFirst()
Move deck button at first position in sidebar. 
 
 
◆ moveLast()
Move deck button at last position in sidebar. 
 
 
◆ moveUp()
Move deck one step up in the sidebar. 
 
 
◆ setOrderIndex()
      
        
          | void setOrderIndex | ( | [in] long | newOrderIndex | ) |  | 
      
 
Set the ordering index of the deck button in sidebar. 
- Parameters
- 
  
    | newOrderIndex | The new position |  
 
 
 
◆ setTitle()
      
        
          | void setTitle | ( | [in] string | newTitle | ) |  | 
      
 
Set the deck title string. 
- Parameters
- 
  
    | newTitle | The new title string |  
 
 
 
The documentation for this interface was generated from the following file: