|
LibreOfficeDev
LibreOfficeDev 27.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. | |
| sequence< XBrowseNode > | getChildNodes () |
| Get the children of this node. | |
| boolean | hasChildNodes () |
| Indicates if this node contains any children. | |
| short | getType () |
| the type of the node. | |
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) |
| queries for a new interface to an existing UNO object. | |
| void | acquire () |
| increases the reference counter by one. | |
| void | release () |
| decreases the reference counter by one. | |
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, XCreatableBrowseNode, XDeletableBrowseNode, XEditableBrowseNode and XRenamableBrowseNode (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.
| short getType | ( | ) |
the type of the node.
| boolean hasChildNodes | ( | ) |
Indicates if this node contains any children.