LibreOffice
LibreOffice 24.2 SDK API Reference
|
provides access to Panel More...
import"XPanel.idl";
Public Member Functions | |
string | getId () |
The panel identifier. More... | |
string | getTitle () |
Get the panel title string. More... | |
void | setTitle ([in] string newTitle) |
Set the panel title string. More... | |
boolean | isExpanded () |
Is the panel expanded. More... | |
void | collapse () |
Collapse the panel to only show its title bar. More... | |
void | expand ([in] boolean bCollapseOther) |
Expand and display the panel. More... | |
long | getOrderIndex () |
Get the ordering index of the panel in the deck. More... | |
void | setOrderIndex ([in] long newOrderIndex) |
Set the ordering index of the panel in the deck. More... | |
void | moveFirst () |
Move panel as first item of the deck. More... | |
void | moveLast () |
Move panel as last item of the deck. More... | |
void | moveUp () |
Move panel one step up in the deck. More... | |
void | moveDown () |
Move the panel one step down in the deck. More... | |
com::sun::star::awt::XWindow | getDialog () |
Get the panel dialog element. More... | |
provides access to Panel
void collapse | ( | ) |
Collapse the panel to only show its title bar.
void expand | ( | [in] boolean | bCollapseOther | ) |
Expand and display the panel.
bCollapseOther |
|
com::sun::star::awt::XWindow getDialog | ( | ) |
Get the panel dialog element.
string getId | ( | ) |
The panel identifier.
long getOrderIndex | ( | ) |
Get the ordering index of the panel in the deck.
string getTitle | ( | ) |
Get the panel title string.
boolean isExpanded | ( | ) |
Is the panel expanded.
void moveDown | ( | ) |
Move the panel one step down in the deck.
void moveFirst | ( | ) |
Move panel as first item of the deck.
void moveLast | ( | ) |
Move panel as last item of the deck.
void moveUp | ( | ) |
Move panel one step up in the deck.
void setOrderIndex | ( | [in] long | newOrderIndex | ) |
Set the ordering index of the panel in the deck.
void setTitle | ( | [in] string | newTitle | ) |
Set the panel title string.
newTitle | The new title string |