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