LibreOffice
LibreOffice 4.2 SDK API Reference
|
The GraphicObject
service can be used to create XGraphicObject instances.
More...
import"GraphicObject.idl";
Public Member Functions | |
create () | |
Creates an GraphicObject. More... | |
createWithId ([in] string uniqueId) | |
Creates an GraphicObject with uniqueId More... | |
![]() | |
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... | |
Additional Inherited Members | |
![]() | |
XGraphic | Graphic |
is the associated image/graphic for this object. More... | |
string | UniqueID |
is the id that can be used to form the vnd.sun.star.GraphicObject url to address this object. More... | |
The GraphicObject
service can be used to create XGraphicObject instances.
XGraphicObject objects are accessible using GraphicObject scheme URLs like vnd.sun.star.GraphicObject:10000000000001940000012FB99807BD
. As long as at least one instance of XGraphicObject with a particular UniqueID exists, the associated image/graphic is available.
create | ( | ) |
Creates an GraphicObject.
createWithId | ( | [in] string | uniqueId | ) |
Creates an GraphicObject with uniqueId
uniqueId | If another XGraphicObject with uniqueId exists, this GraphicObject is populated with the other GraphicObject's data. |