:: com :: sun :: star :: report :: meta ::
|
unpublished |
interface XFunctionDescription |
|
|
- Base Interfaces
XFunctionDescription
┗ ::com::sun::star::beans::XPropertySet
-
|
- Usage Restrictions
- not published
- Description
- identifies a XFunctionDescription which allows to retrieve the meta data of all supported functions.
|
Attributes' Summary |
Category |
specifies the category number.
|
Name |
returns the localized function's name.
|
Description |
returns a localized description of the function.
|
Signature |
returns the signature of the function.
|
Arguments |
returns a sequence of localized descriptions of the function's
arguments (in the order specified by the function).
|
Attributes' Details |
Category
|
Name
[ readonly ] string Name;
- Description
- returns the localized function's name.
|
|
Description
[ readonly ] string Description;
- Description
- returns a localized description of the function.
|
|
Signature
[ readonly ] string Signature;
- Description
- returns the signature of the function.
|
|
Arguments
[ readonly ] sequence< ::com::sun::star::sheet::FunctionArgument > Arguments;
- Description
- returns a sequence of localized descriptions of the function's
arguments (in the order specified by the function).
|
|
Top of Page
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.