21module
com { module sun { module star { module drawing {
58 [in]
short nSuperSampleFactor);
77 [in]
short nSuperSampleFactor,
88 [in]
double nSlideAspectRatio,
provides a bitmap in the Microsoft DIB format.
Definition XBitmap.idl:28
identifies an XShapes as a DrawPage.
Definition XDrawPage.idl:28
Create preview bitmaps for single slides.
Definition XSlideRenderer.idl:26
com::sun::star::awt::XBitmap createPreview([in] XDrawPage xSlide, [in] com::sun::star::awt::Size aMaximumPreviewPixelSize, [in] short nSuperSampleFactor)
Create a preview for the given slide that has the same aspect ratio as the page and is as large as po...
com::sun::star::rendering::XBitmap createPreviewForCanvas([in] XDrawPage xSlide, [in] com::sun::star::awt::Size aMaximumPreviewPixelSize, [in] short nSuperSampleFactor, [in] com::sun::star::rendering::XCanvas xCanvas)
Exactly the same functionality as createPreview(), only a different return type: com::sun::star::rend...
com::sun::star::awt::Size calculatePreviewSize([in] double nSlideAspectRatio, [in] com::sun::star::awt::Size aMaximumPreviewPixelSize)
Return a size that has the given aspect ratio and shares either the width or the height with the give...
This is a generic interface to a bitmap.
Definition XBitmap.idl:33
Central interface for rendering.
Definition XCanvas.idl:96
Definition Ambiguous.idl:20
specifies the 2-dimensional size of an area using width and height.
Definition Size.idl:28