LibreOffice
LibreOffice 24.2 SDK API Reference
|
Create preview bitmaps for single slides. More...
import"SlideRenderer.idl";
Public Member Functions | |
create () | |
Create a new SlideRenderer object. More... | |
Public Member Functions inherited from XSlideRenderer | |
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 possible but not larger than the specified size. More... | |
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::rendering::XBitmap instead of com::sun::star::awt::XBitmap. More... | |
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 given maximum size. More... | |
Create preview bitmaps for single slides.
create | ( | ) |
Create a new SlideRenderer object.