LibreOffice
LibreOffice 24.2 SDK API Reference
|
This interface represents a node in the hierarchy used to browse available scripts. More...
import"XBrowseNode.idl";
Public Member Functions | |
string | getName () |
Get the name of the node. More... | |
sequence< XBrowseNode > | getChildNodes () |
Get the children of this node. More... | |
boolean | hasChildNodes () |
Indicates if this node contains any children. More... | |
short | getType () |
the type of the node. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
This interface represents a node in the hierarchy used to browse available scripts.
Objects implementing this interface are expected to also implement com.sun.star.beans.XPropertySet and, optionally, com.sun.star.script.XInvocation (see the Developer's Guide for more details).
sequence< XBrowseNode > getChildNodes | ( | ) |
Get the children of this node.
string getName | ( | ) |
Get the name of the node.
string
name of this node short getType | ( | ) |
the type of the node.
short
representing the type of this node. boolean hasChildNodes | ( | ) |
Indicates if this node contains any children.
boolean
true if there are child nodes.