:: com :: sun :: star :: configuration ::

service GroupElement
Description
provides information about a predefined element contained in a heterogeneous group of elements within a hierarchy.

Provides information about the element. Provides access to its containing group object.

A group element bears a predefined name. It may only exist within a containing group object.

See also
GroupAccess, SetElement, AccessRootElement

Included Services
HierarchyElement
Description
is the basic service for accessing information about an element in the hierarchy.
Exported Interfaces
::com::sun::star::container::XChild
Description
provides access to the containing group object.

In this service this interface is mandatory

::com::sun::star::container::XChild::getParent() shall not return NULL.

Setting a different parent is not supported.


 
Top of Page