interface XMaterialHolder in module com::sun::star::beans::

(Global Index)

Syntax

interface XMaterialHolder : com::sun::star::uno::XInterface ;

Description

allows the inspection of an object's properties and functions.

See also

XIntrospectionAccess::inspect

Method Summary

getMaterial

Method Details



getMaterial

Syntax

any getMaterial ();

Description

Returns

the material that is connected to this (tool-) object.
Top of Page