LibreOffice
LibreOffice 7.4 SDK API Reference
Variables
com::sun::star::frame::WindowArrange Constant Group Referencepublished

these constants are used to specify a style of window arrangement More...

Variables

const short TILE = 1
 arranges the windows in tiles More...
 
const short VERTICAL = 2
 arranges the windows vertically More...
 
const short HORIZONTAL = 3
 arranges the windows horizontally More...
 
const short CASCADE = 4
 cascades the windows More...
 
const short MAXIMIZE = 5
 maximizes all windows More...
 
const short MINIMIZE = 6
 minimizes all windows More...
 

Detailed Description

these constants are used to specify a style of window arrangement

Variable Documentation

◆ CASCADE

const short CASCADE = 4

cascades the windows

◆ HORIZONTAL

const short HORIZONTAL = 3

arranges the windows horizontally

◆ MAXIMIZE

const short MAXIMIZE = 5

maximizes all windows

◆ MINIMIZE

const short MINIMIZE = 6

minimizes all windows

◆ TILE

const short TILE = 1

arranges the windows in tiles

◆ VERTICAL

const short VERTICAL = 2

arranges the windows vertically