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