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

interface XGraphicObject

Attributes' Summary
Graphic is the associated image/graphic for this object.  
UniqueID is the id that can be used to form the vnd.sun.star.GraphicObject url to address this object.  
Attributes' Details
Graphic
XGraphic Graphic;
Description
is the associated image/graphic for this object.
UniqueID
[ readonly ] string UniqueID;
Description
is the id that can be used to form the vnd.sun.star.GraphicObject url to address this object.
Top of Page