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