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

An optional interface that can be added to implementations of XBrowseNode in order to make the node deletable. More...

import "XDeletableBrowseNode.idl";

Inheritance diagram for XDeletableBrowseNode:

Public Member Functions

boolean isDeletableNode ()
boolean deleteNode ()
 Deletes the node.

Detailed Description

An optional interface that can be added to implementations of XBrowseNode in order to make the node deletable.

Since LibreOffice 27.2

Member Function Documentation

◆ deleteNode()

boolean deleteNode ( )

Deletes the node.

Returns
whether the delete succeeded.

◆ isDeletableNode()

boolean isDeletableNode ( )
Returns
whether this node can be deleted.

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