interface XImageProducerSupplier in module com::sun::star::form::

(Global Index)

Syntax

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

Description

provides the access to an image producer.

See also

XImageProducer

Method Summary

getImageProducer accesses the image producer.

Known Services Which Export this Interface

com::sun::star::form::component::DatabaseImageControl

com::sun::star::form::component::ImageButton

com::sun::star::form::component::CommandButton

Method Details



getImageProducer

Syntax

com::sun::star::awt::XImageProducer getImageProducer ();

Description

accesses the image producer.

Returns

the image producer.
Top of Page