LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
10 #ifndef __com_sun_star_ui_XDeck_idl__
11 #define __com_sun_star_ui_XDeck_idl__
16 module
com { module sun { module star { module ui {
provides access to Deck
Definition: XDeck.idl:24
com::sun::star::ui::XPanels getPanels()
Panels collection attached to the deck.
void moveUp()
Move deck one step up in the sidebar.
void moveLast()
Move deck button at last position in sidebar.
void setOrderIndex([in] long newOrderIndex)
Set the ordering index of the deck button in sidebar.
provides access to Panels of a Deck.
Definition: XPanels.idl:24
string getId()
The deck identifier.
string getTitle()
Get the deck title string.
void moveFirst()
Move deck button at first position in sidebar.
void activate([in] boolean bActivate)
Activate the deck and display its content.
void moveDown()
Move deck one step down in the sidebar.
Definition: Ambiguous.idl:22
void setTitle([in] string newTitle)
Set the deck title string.
boolean isActive()
Is the deck the active one.
long getOrderIndex()
Get the ordering index of the deck button in sidebar.