Difference between revisions of "Documentation/DevGuide/Basic/HorizontalVertical Line"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Changing Category:Documentation/Developers Guide/Basic and Dialogs)
m (FINAL VERSION FOR L10N)
 
Line 6: Line 6:
 
|NextPage=Documentation/DevGuide/Basic/Date Field
 
|NextPage=Documentation/DevGuide/Basic/Date Field
 
}}
 
}}
{{DISPLAYTITLE:Horizontal/Vertical Line}}
+
{{Documentation/DevGuideLanguages|Documentation/DevGuide/Basic/{{SUBPAGENAME}}}}
 +
{{DISPLAYTITLE:Horizontal/Vertical Line}}
 
The line control <idl>com.sun.star.awt.UnoControlFixedLine</idl> creates simple lines in a dialog. In most cases, the line control is used to visually subdivide a dialog. The line control can have horizontal or vertical orientation that is specified by the <code>Orientation</code> property. The label of a line control is set by the <code>Label</code> property. Note that the label is only displayed if the control has a horizontal orientation.
 
The line control <idl>com.sun.star.awt.UnoControlFixedLine</idl> creates simple lines in a dialog. In most cases, the line control is used to visually subdivide a dialog. The line control can have horizontal or vertical orientation that is specified by the <code>Orientation</code> property. The label of a line control is set by the <code>Label</code> property. Note that the label is only displayed if the control has a horizontal orientation.
  

Latest revision as of 12:37, 15 May 2009



The line control com.sun.star.awt.UnoControlFixedLine creates simple lines in a dialog. In most cases, the line control is used to visually subdivide a dialog. The line control can have horizontal or vertical orientation that is specified by the Orientation property. The label of a line control is set by the Label property. Note that the label is only displayed if the control has a horizontal orientation.

Content on this page is licensed under the Public Documentation License (PDL).
Personal tools
In other languages