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

service DesktopTask
Usage Restrictions
deprecated
Description
use the ::com::sun::star::frame::Frame service instead of this

Exported Interfaces
::com::sun::star::frame::XDesktopTask
Description
use ::com::sun::star::frame::Frame service
::com::sun::star::frame::XFrame
Description
use the same interface at the ::com::sun::star::frame::Frame service
::com::sun::star::beans::XPropertySet
Description
use the same interface at the ::com::sun::star::frame::Frame service
::com::sun::star::frame::XWindowArranger
Description
-
::com::sun::star::frame::XFramesSupplier
Description
use the same interface at the ::com::sun::star::frame::Desktop or ::com::sun::star::frame::Frame service
Properties' Summary
[ readonly ] string
Title
use property ::com::sun::star::frame::Frame::Title instead of that  
[ readonly ] boolean
IsDesktop
-  
boolean
IsVisible
use th visible state of the frame container window instead of this  
boolean
IsFloating
-  
boolean
IsAlwaysVisible
-  
::com::sun::star::awt::Point
Position
use the position of the frame container window instead of this  
::com::sun::star::awt::Size
Size
use the size of the frame container window instead of this  
Properties' Details
Title
[ readonly ] string Title;
Description
use property ::com::sun::star::frame::Frame::Title instead of that
IsDesktop
[ readonly ] boolean IsDesktop;
Description
-
IsVisible
boolean IsVisible;
Description
use th visible state of the frame container window instead of this
IsFloating
boolean IsFloating;
Description
-
IsAlwaysVisible
boolean IsAlwaysVisible;
Description
-
Position
::com::sun::star::awt::Point Position;
Description
use the position of the frame container window instead of this
Size
::com::sun::star::awt::Size Size;
Description
use the size of the frame container window instead of this

 
Top of Page