| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
provides access to Deck More...
import "XDeck.idl";
| Public Member Functions | |
| 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
| void activate | ( | [in] boolean | bActivate | ) | 
Activate the deck and display its content.
| bActivate | The requested state for the deck 
 | 
| string getId | ( | ) | 
The deck identifier.
| long getOrderIndex | ( | ) | 
Get the ordering index of the deck button in sidebar.
| com::sun::star::ui::XPanels getPanels | ( | ) | 
Panels collection attached to the deck.
| string getTitle | ( | ) | 
Get the deck title string.
| boolean isActive | ( | ) | 
Is the deck the active one.
| void moveDown | ( | ) | 
Move deck one step down in the 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 setOrderIndex | ( | [in] long | newOrderIndex | ) | 
Set the ordering index of the deck button in sidebar.
| newOrderIndex | The new position | 
| void setTitle | ( | [in] string | newTitle | ) | 
Set the deck title string.
| newTitle | The new title string |