Fix the documentation of TextArea plasmacomponent

REVIEW: 106703
This commit is contained in:
Luiz Romário Santana Rios 2012-10-04 21:17:08 -03:00
parent 0722c3cf69
commit 0882ba62f7

View File

@ -48,20 +48,20 @@ Properties:
This property holds the current cursor position.
* enumeration horizontalAlignment:
* enumeration verticalAlignment:
Sets the horizontal and vertical alignment of the text within the TextArea item's width and height.
Sets the horizontal alignment of the text within the TextArea item's width and height.
By default, the text alignment follows the natural alignment of the text,
for example text that is read from left to right will be aligned to the left.
Valid values for horizontalAlignment are:
Valid values:
* TextEdit.AlignLeft (default)
* TextEdit.AlignRight
* TextEdit.AlignHCenter
* TextEdit.AlignJustify
Valid values for verticalAlignment are:
* enumeration verticalAlignment:
Sets the vertical alignment of the text within the TextArea item's width and height.
By default, the text alignment follows the natural alignment of the text,
for example text that is read from left to right will be aligned to the left.
Valid values:
* TextEdit.AlignTop (default)
* TextEdit.AlignBottom
* TextEdit.AlignVCenter