LibreOffice
LibreOffice 24.2 SDK API Reference
Loading...
Searching...
No Matches
HoriOrientation.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::HoriOrientation
 These enumeration values specify the horizontal orientation.
 

Variables

const short NONE = 0
 no hard alignment is applied.
 
const short RIGHT = 1
 The object is aligned at the right side.
 
const short CENTER = 2
 The object is aligned at the middle.
 
const short LEFT = 3
 The object is aligned at the left side.
 
const short INSIDE = 4
 TODO.
 
const short OUTSIDE = 5
 TODO.
 
const short FULL = 6
 The object uses the full space (for text tables only).
 
const short LEFT_AND_WIDTH = 7
 The left offset and the width of the object are defined.