interface XWindowArranger in module com::sun::star::frame::

(Global Index)

Syntax

interface XWindowArranger : com::sun::star::uno::XInterface ;

Description

makes it possible to arrange the sub-windows within this component.

Method Summary

hasArrangeCommand

arrange arranges the window according to the specified style.

Known Services Which Export this Interface

com::sun::star::frame::DesktopTask

Method Details



hasArrangeCommand

Syntax

boolean hasArrangeCommand (
short nCommand );

Returns

true if the specified arrangement style is supported.

See also

WindowArrange

arrange

Syntax

oneway void arrange (
short nCommand );

Description

arranges the window according to the specified style.

See also

WindowArrange
Top of Page