:: com :: sun :: star :: report :: meta ::

interface XFunctionCategory
Base Interfaces
XFunctionCategory
┣ ::com::sun::star::beans::XPropertySet
┗ ::com::sun::star::container::XIndexAccess
   ┗ ::com::sun::star::container::XElementAccess

::com::sun::star::beans::XPropertySet
Description
gives access to the properties.
::com::sun::star::container::XIndexAccess
Description
gives access to all categories
Description
identifies a XFunctionCategory which allows to retrieve the meta data of all supported functions.

Methods' Summary
getFunction same as getByIndex.  
Attributes' Summary
Name returns the localized category's name.  
Number specifies the category number.  
Methods' Details
getFunction
XFunctionDescription
getFunction( [in] long  position )
raises( ::com::sun::star::lang::IndexOutOfBoundsException,
::com::sun::star::lang::WrappedTargetException );

Description
same as getByIndex.
See also
com.ssun.star.container.XIndexAccess
Attributes' Details
Name
[ readonly ] string Name;
Description
returns the localized category's name.
Number
[ readonly ] long Number;
Description
specifies the category number.
Top of Page