LibreOffice
LibreOffice 24.2 SDK API Reference
Variables
com::sun::star::text::HoriOrientation Constant Group Referencepublished

These enumeration values specify the horizontal orientation. More...

Variables

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

Detailed Description

These enumeration values specify the horizontal orientation.

Variable Documentation

◆ CENTER

const short CENTER = 2

The object is aligned at the middle.

◆ FULL

const short FULL = 6

The object uses the full space (for text tables only).

◆ INSIDE

const short INSIDE = 4

TODO.

◆ LEFT

const short LEFT = 3

The object is aligned at the left side.

◆ LEFT_AND_WIDTH

const short LEFT_AND_WIDTH = 7

The left offset and the width of the object are defined.

For text tables this means that the tables position is defined by the left margin and the width.

◆ NONE

const short NONE = 0

no hard alignment is applied.

For text tables this means that the tables position is defined by the left and right margins.

For frame objects (text frames, graphics,...) this means that the position is defined by a left offset.

◆ OUTSIDE

const short OUTSIDE = 5

TODO.

◆ RIGHT

const short RIGHT = 1

The object is aligned at the right side.