LibreOffice
LibreOffice 25.8 SDK API Reference
Loading...
Searching...
No Matches
com::sun::star::awt::ImageAlign Constant Group Referencepublished

specifies the alignment of an image. More...

Variables

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

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.