:: com :: sun :: star :: form ::

interface XImageProducerSupplier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XImageProducerSupplier
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
provides the access to an image producer.
See also
::com::sun::star::awt::XImageProducer

Methods' Summary
getImageProducer accesses the image producer.  
Methods' Details
getImageProducer
::com::sun::star::awt::XImageProducer
getImageProducer();

Description
accesses the image producer.
Returns
the image producer.
Top of Page