19 #ifndef __com_sun_star_rendering_XSimpleCanvas_idl__
20 #define __com_sun_star_rendering_XSimpleCanvas_idl__
32 module com { module sun { module star { module rendering {
35 interface XCanvasFont;
37 interface XGraphicDevice;
38 interface XPolyPolygon2D;
73 void selectFont( [in]
string sFontName, [in]
double size, [in]
boolean bold, [in]
boolean italic );
148 [in] byte nTextDirection );
159 void drawBitmap( [in]
XBitmap xBitmap,
236 RenderState getCurrentRenderState( [in]
boolean bUseFillColor );
This structure defines a 2 by 3 affine matrix.
Definition: AffineMatrix2D.idl:62
This structure contains information passed to each XCanvas render operation.
Definition: RenderState.idl:38
Central interface for rendering.
Definition: XCanvas.idl:113
This interface provides access to a specific, XCanvas-dependent font incarnation. ...
Definition: XCanvasFont.idl:43
This structure contains information considered the view state.
Definition: ViewState.idl:36
This is a generic interface to a bitmap.
Definition: XBitmap.idl:40
This structure defines a two-dimensional point.
Definition: RealPoint2D.idl:31
Provides the basic graphical output operations for a canvas.
Definition: XSimpleCanvas.idl:52
Metrics global to the font, i.e.
Definition: FontMetrics.idl:46
Collection of string-related arguments used on all canvas text interfaces.
Definition: StringContext.idl:33
This structure contains the necessary information for a two-dimensional rectangle.
Definition: RealRectangle2D.idl:42
Generic interface for poly-polygons in 2D.
Definition: XPolyPolygon2D.idl:34
long Color
describes an RGB color value with an optional alpha channel.
Definition: Color.idl:36
This interface provides access to a graphic device, such as a printer, or a screen device...
Definition: XGraphicDevice.idl:57
base interface of all UNO interfaces
Definition: XInterface.idl:47