|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
22 module
com { module sun { module star { module awt {
void setZoom([in] float fZoomX, [in] float fZoomY)
sets the zoom factor.
com::sun::star::awt::XGraphics getGraphics()
returns the output device which was set using the method XView::setGraphics().
boolean setGraphics([in] com::sun::star::awt::XGraphics aDevice)
sets the output device.
com::sun::star::awt::Size getSize()
returns the size of the object in device units.
specifies the 2-dimensional size of an area using width and height.
Definition: Size.idl:28
provides the basic output operation of a device.
Definition: XGraphics.idl:32
void draw([in] long nX, [in] long nY)
draws the object at the specified position.
Definition: Ambiguous.idl:20
base interface of all UNO interfaces
Definition: XInterface.idl:46
makes it possible to attach an output device to the object.
Definition: XView.idl:30