Horizontal/Vertical Line
From Apache OpenOffice Wiki
< Documentation | DevGuide
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). |