LibreOffice
LibreOffice 24.8 SDK API Reference
|
This interface acts as a container for the loaded graphic. More...
import <XGraphic.idl;
Public Member Functions | |
byte | getType () |
Get the type of the contained graphic. | |
![]() | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. | |
void | acquire () |
increases the reference counter by one. | |
void | release () |
decreases the reference counter by one. | |
This interface acts as a container for the loaded graphic.
The interface itself can be retrieved by using the appropriate methods of XGraphicProvider interface. 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 XGraphicRenderer interface and pass this interface appropriately
byte getType | ( | ) |