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

From Apache OpenOffice Wiki
Jump to: navigation, search
m (1 revision(s))
m (FINAL VERSION FOR L10N)
 
(2 intermediate revisions by the same user not shown)
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.
  
 
{{PDL1}}
 
{{PDL1}}
[[Category: Basic and Dialogs]]
+
 
 +
[[Category:Documentation/Developer's Guide/Basic and Dialogs]]

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