service DesktopTask in module com::sun::star::frame::

(Global Index)

Syntax

service DesktopTask;

Description

specifies a separate task within a desktop environment.

See also

DesktopTasks

Exported Interfaces

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

Description

is used to initialize and close a desktop task.


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

Description

makes it possible to control a Frame


com::sun::star::beans::XPropertySet

Description

provides information about and access to the properties from an implementation.


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

Description

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


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

Property Summary

Title contains the title of the component which is active within the task.

IsDesktop determines if the task is the desktop task.

IsVisible determines if the task is visible or not.

IsFloating determines if the task is floating or not.

IsAlwaysVisible determines if the task is always visible or only when active.

Position contains the position in pixels relative to the desktop window.

Size contains the size in pixel.

Property Details



Title

Syntax

[readonly] string Title;

Description

contains the title of the component which is active within the task.


IsDesktop

Syntax

[readonly] boolean IsDesktop;

Description

determines if the task is the desktop task.


IsVisible

Syntax

boolean IsVisible;

Description

determines if the task is visible or not.


IsFloating

Syntax

boolean IsFloating;

Description

determines if the task is floating or not.


IsAlwaysVisible

Syntax

boolean IsAlwaysVisible;

Description

determines if the task is always visible or only when active.


Position

Syntax

com::sun::star::awt::Point Position;

Description

contains the position in pixels relative to the desktop window.


Size

Syntax

com::sun::star::awt::Size Size;

Description

contains the size in pixel.

Top of Page