LibreOffice
LibreOffice 25.8 SDK API Reference
Loading...
Searching...
No Matches
Public Member Functions | List of all members
XElementAccess Interface Referencepublished

This is the base interface of all collection interfaces. More...

import <XElementAccess.idl;

Inheritance diagram for XElementAccess:
Inheritance graph
[legend]
Collaboration diagram for XElementAccess:
Collaboration graph
[legend]

Public Member Functions

type getElementType ()
 
boolean hasElements ()
 
- 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.
 

Detailed Description

This is the base interface of all collection interfaces.

Member Function Documentation

◆ getElementType()

type getElementType ( )
Returns
the type of the elements. void means that it is a multi-type container and you cannot determine the exact types with this interface.

◆ hasElements()

boolean hasElements ( )
Returns
TRUE if the object contain elements, otherwise FALSE.

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