Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XWindowArranger

Base Interface
com::sun::star::uno::XInterface

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


Known Services which Export this Interface

com::sun::star::frame::DesktopTask specifies a separate task within a desktop environment.

Methods' Summary

hasArrangeCommand
arrange arranges the window according to the specified style.

Methods' Details

hasArrangeCommand
 
boolean
hasArrangeCommand(
[ in ] short nCommand );

Returns
true if the specified arrangement style is supported.
See also
WindowArrange
arrange
 
[ oneway ] void
arrange(
[ in ] short nCommand );

Description
arranges the window according to the specified style.
See also
WindowArrange

Top of Page