LibreOffice
LibreOffice 24.2 SDK API Reference
Variables
com::sun::star::awt::ImageAlign Constant Group Referencepublished

specifies the alignment of an image. More...

Variables

const short LEFT = 0
 specifies to align left. More...
 
const short TOP = 1
 specifies to align top. More...
 
const short RIGHT = 2
 specifies to align right. More...
 
const short BOTTOM = 3
 specifies to align bottom. More...
 

Detailed Description

specifies the alignment of an image.

Variable Documentation

◆ BOTTOM

const short BOTTOM = 3

specifies to align bottom.

◆ LEFT

const short LEFT = 0

specifies to align left.

◆ RIGHT

const short RIGHT = 2

specifies to align right.

◆ TOP

const short TOP = 1

specifies to align top.