LibreOffice
LibreOffice 24.2 SDK API Reference
|
This is the base interface of all collection interfaces. More...
import"XElementAccess.idl";
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. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
This is the base interface of all collection interfaces.
type getElementType | ( | ) |
void
means that it is a multi-type container and you cannot determine the exact types with this interface. boolean hasElements | ( | ) |
TRUE
if the object contain elements, otherwise FALSE
.