|
LibreOffice
LibreOffice 7.3 SDK API Reference
|
Modules | |
| module | com |
| module | com::sun |
| module | com::sun::star |
| the module com::sun::star is the root module of the UNO API. | |
| module | com::sun::star::view |
| Document view specific interfaces (e.g. selection access and printing). | |
Constant Groups | |
| constants | com::sun::star::view::DocumentZoomType |
| These constants specify how the document content is zoomed into the document view. | |
Macros | |
| #define | __com_sun_star_view_DocumentZoomType_idl__ |
Variables | |
| const short | OPTIMAL = 0 |
| The page content width (excluding margins) at the current selection is fit into the view. | |
| const short | PAGE_WIDTH = 1 |
| The page width at the current selection is fit into the view. | |
| const short | ENTIRE_PAGE = 2 |
| A complete page of the document is fit into the view. | |
| const short | BY_VALUE = 3 |
| The zoom is relative and is to be set via the property ViewSettings::ZoomValue. | |
| const short | PAGE_WIDTH_EXACT = 4 |
| The page width at the current selection is fit into the view, with the view ends exactly at the end of the page. | |
| #define __com_sun_star_view_DocumentZoomType_idl__ |