LibreOffice
LibreOffice 7.4 SDK API Reference
Modules | Variables
ParagraphVertAlign.idl File Reference

Go to the source code of this file.

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::text
 Text specific interfaces.
 

Constant Groups

constants  com::sun::star::text::ParagraphVertAlign
 These enumeration values are used to specify the vertical alignment of paragraphs.
 

Variables

const short AUTOMATIC = 0
 In automatic mode, horizontal text is aligned to the baseline. More...
 
const short BASELINE = 1
 The text is aligned to the baseline. More...
 
const short TOP = 2
 The text is aligned to the top. More...
 
const short CENTER = 3
 The text is aligned to the center. More...
 
const short BOTTOM = 4
 The text is aligned to bottom. More...