LibreOffice
LibreOffice 24.2 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. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
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 | ( | ) |