:: com :: sun :: star :: graphic ::

interface XGraphic
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XGraphic
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
This interface acts as a container for the loaded graphic.

The interface itself can be retrieved by using the appropriate methods of ::com::sun::star::graphic::XGraphicProvider interface. ::com::sun::star::graphic::XGraphicProvider also offers a method to store the graphic content at a specific location

To render the graphic content onto a specific device, you have to create a ::com::sun::star::graphic::XGraphicRenderer interface and pass this interface appropriately

See also
::com::sun::star::graphic::XGraphicProvider
See also
::com::sun::star::graphic::XGraphicRenderer

Methods' Summary
getType Get the type of the contained graphic  
Methods' Details
getType
byte
getType();

Description
Get the type of the contained graphic
Returns
The type of the contained graphic
See also
::com::sun::star::graphic::GraphicType
Top of Page