LibreOfficeDev
LibreOfficeDev 27.2 SDK API Reference
Loading...
Searching...
No Matches
XCreatableBrowseNode Interface Reference

An optional interface that can be added to implementations of XBrowseNode to allow creating child nodes of this node. More...

import "XCreatableBrowseNode.idl";

Inheritance diagram for XCreatableBrowseNode:

Public Member Functions

boolean isCreatableNode ()
XBrowseNode createNode ([in] string newName)
 Creates a new child node of this node.

Detailed Description

An optional interface that can be added to implementations of XBrowseNode to allow creating child nodes of this node.

Since LibreOffice 27.2

Member Function Documentation

◆ createNode()

XBrowseNode createNode ( [in] string newName)

Creates a new child node of this node.

Returns
the created node.

◆ isCreatableNode()

boolean isCreatableNode ( )
Returns
whether new nodes can be created under this node.

The documentation for this interface was generated from the following file: