| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
provides information about a predefined element contained in a heterogeneous group of elements within a hierarchy. More...
import "GroupElement.idl";
 
  
| Included Services | |
| service | HierarchyElement | 
| is the basic service for accessing information about an element in the hierarchy. | |
| Exported Interfaces | |
| interface | com::sun::star::container::XChild | 
| provides access to the containing group object. | |
| Exported Interfaces inherited from HierarchyElement | |
| interface | com::sun::star::container::XHierarchicalName | 
| provides the complete hierarchical name of this element within the hierarchy tree. | |
| interface | com::sun::star::container::XNamed | 
| provides the local name of this element within its parent. | |
| interface | com::sun::star::beans::XProperty | 
| provides a property descriptor for this element. | |
| interface | com::sun::star::beans::XPropertyWithState | 
| provides access to the default state of this element. | |
| interface | com::sun::star::container::XChild | 
| provides access to the parent of this element [optional]. | |
| Additional Inherited Members | |
| Public Member Functions inherited from XHierarchicalName | |
| string | getHierarchicalName () | 
| string | composeHierarchicalName ([in] string aRelativeName) raises ( com::sun::star::lang::IllegalArgumentException, com::sun::star::lang::NoSupportException ) | 
| builds the hierarchical name of an object, given a relative name | |
| 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. | |
| Public Member Functions inherited from XNamed | |
| string | getName () | 
| void | setName ([in] string aName) | 
| sets the programmatic name of the object. | |
| Protected Member Functions inherited from XProperty | |
| com::sun::star::beans::Property | getAsProperty () | 
| Protected Member Functions inherited from XPropertyWithState | |
| com::sun::star::beans::PropertyState | getStateAsProperty () | 
| void | setToDefaultAsProperty () raises ( com::sun::star::lang::WrappedTargetException ) | 
| sets this to its default value. | |
| com::sun::star::uno::XInterface | getDefaultAsProperty () raises ( com::sun::star::lang::WrappedTargetException ) | 
| Protected Member Functions inherited from XChild | |
| com::sun::star::uno::XInterface | getParent () | 
| grants access to the object containing this content. | |
| void | setParent ([in] com::sun::star::uno::XInterface Parent) raises ( com::sun::star::lang::NoSupportException ) | 
| sets the parent to this object. | |
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.
| service HierarchyElement | 
is the basic service for accessing information about an element in the hierarchy.
| interface com::sun::star::container::XChild | 
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.