Language
	
	
  
  
    
    
The Free and Open Productivity Suite
   
      
      
 
| Included Services - Summary | 
| UnoControlModel | 
- (referenced entity's summary:)
 
- specifies the standard model of an UnoControl 
 in the Smalltalk model view controller design. 
 
 
 
 
 | 
| Exported Interfaces - Summary | 
| ::com::sun::star::lang::XMultiServiceFactory | 
allows to create control models, which support the
 UnoControlDialogElement service and can be inserted into
 this container.
  
 | 
| ::com::sun::star::container::XContainer | 
- (referenced entity's summary:)
 
- supports quick access to the information if a container currently 
 contains elements.
 
 
 
 
 | 
| ::com::sun::star::container::XNameContainer | 
- (referenced entity's summary:)
 
- This is the generic interface for supporting the insertion and removal of 
 named elements.
 
 
 
 | 
| Properties' Summary | 
::com::sun::star::util::Color 
BackgroundColor | 
specifies the background color (RGB) of the dialog.
   | 
boolean 
Closeable | 
specifies if the dialog is closeable.
   | 
boolean 
Enabled | 
determines whether a dialog is enabled or disabled.
   | 
FontDescriptor 
FontDescriptor | 
specifies the font attributes of the text in the caption bar of the dialog.
   | 
short 
FontEmphasisMark | 
specifies the ::com::sun::star::text::FontEmphasis
 value of the text in the caption bar of the dialog.
   | 
short 
FontRelief | 
specifies the ::com::sun::star::text::FontRelief
 value of the text in the caption bar of the dialog.
   | 
string 
HelpText | 
specifies the help text of the dialog.
   | 
string 
HelpURL | 
specifies the help URL of the dialog.
   | 
boolean 
Moveable | 
specifies if the dialog is moveable.
   | 
boolean 
Sizeable | 
specifies if the dialog is sizeable.
   | 
::com::sun::star::util::Color 
TextColor | 
specifies the text color (RGB) of the dialog.
   | 
::com::sun::star::util::Color 
TextLineColor | 
specifies the text line color (RGB) of the dialog.
   | 
string 
Title | 
specifies the text that is displayed in the caption bar of the dialog.
   | 
boolean 
DesktopAsParent | 
[ OPTIONAL ] 
If set to true the dialog will have the desktop as parent.
   | 
string 
ImageURL | 
[ OPTIONAL ] 
specifies a URL that references a graphic that should be used as a
 background image.
   | 
[ transient ] ::com::sun::star::graphic::XGraphic 
Graphic | 
[ OPTIONAL ] 
specifies a graphic to be displayed as a background image
   | 
| Included Services - Details | 
UnoControlModel
- (referenced entity's summary:)
 
- specifies the standard model of an UnoControl 
 in the Smalltalk model view controller design. 
 
 
 
 
 | 
 
 
 | 
| Properties' Details | 
BackgroundColor
::com::sun::star::util::Color BackgroundColor; 
- Description
 
- specifies the background color (RGB) of the dialog.
 
 
 
 | 
 
 
 | 
Closeable
boolean Closeable; 
- Description
 
- specifies if the dialog is closeable.
 
 
 
 | 
 
 
 | 
Enabled
boolean Enabled; 
- Description
 
- determines whether a dialog is enabled or disabled.
 
 
 
 | 
 
 
 | 
FontDescriptor
FontDescriptor FontDescriptor; 
- Description
 
- specifies the font attributes of the text in the caption bar of the dialog.
 
 
 
 | 
 
 
 | 
FontEmphasisMark
short FontEmphasisMark; 
- Description
 
- specifies the ::com::sun::star::text::FontEmphasis
 value of the text in the caption bar of the dialog.
 
 
 
 | 
 
 
 | 
FontRelief
short FontRelief; 
- Description
 
- specifies the ::com::sun::star::text::FontRelief
 value of the text in the caption bar of the dialog.
 
 
 
 | 
 
 
 | 
HelpText
string HelpText; 
- Description
 
- specifies the help text of the dialog.
 
 
 
 | 
 
 
 | 
HelpURL
string HelpURL; 
- Description
 
- specifies the help URL of the dialog.
 
 
 
 | 
 
 
 | 
Moveable
boolean Moveable; 
- Description
 
- specifies if the dialog is moveable.
 
 
 
 | 
 
 
 | 
Sizeable
boolean Sizeable; 
- Description
 
- specifies if the dialog is sizeable.
 
 
 
 | 
 
 
 | 
TextColor
::com::sun::star::util::Color TextColor; 
- Description
 
- specifies the text color (RGB) of the dialog.
 
 
 
 | 
 
 
 | 
TextLineColor
::com::sun::star::util::Color TextLineColor; 
- Description
 
- specifies the text line color (RGB) of the dialog.
 
 
 
 | 
 
 
 | 
Title
string Title; 
- Description
 
- specifies the text that is displayed in the caption bar of the dialog.
 
 
 
 | 
 
 
 | 
DesktopAsParent
boolean DesktopAsParent; 
- Usage Restrictions
 
- optional
 
- Description
 
- If set to true the dialog will have the desktop as parent.
 
 
- Since 
 
- OOo 2.3 
 
 
 | 
 
 
 | 
ImageURL
string ImageURL; 
- Usage Restrictions
 
- optional
 
- Description
 
- specifies a URL that references a graphic that should be used as a
 background image.
 
 
- Since 
 
- OOo 2.4 
 
- See also
 
- Graphic
 
 
 | 
 
 
 | 
Graphic
[ transient ] ::com::sun::star::graphic::XGraphic Graphic; 
- Usage Restrictions
 
- optional
 
- Description
 
- specifies a graphic to be displayed as a background image
 
 
If this property is present, it interacts with the ImageURLin the
 following way:
  - If ImageURL is set, Graphic will be reset
 to an object as loaded from the given image URL, or NULL if ImageURL
 does not point to a valid image file.
 
 - If Graphic is set, ImageURL will be reset
 to an empty string.
 
  
  
- Since 
 
- OOo 2.4 
 
 
 | 
 
 
 | 
 Top of Page
Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.