Function GetTextJust returns the text justification of the referenced text object.
Table - Text Justification
| Justification | Constant |
|---|---|
| Left | 1 |
| Center | 2 |
| Right | 3 |
| Justify | 4 |
FUNCTION GetTextJust(TextHd : HANDLE): INTEGER;def vs.GetTextJust(TextHd):
return INTEGER| Name | Type | Description |
|---|---|---|
| TextHd | HANDLE | Handle to text object. |
([[User:Orso.b.schmid|Orso]], 2012 Mai. 26): The constant 4 "Justify" is introduced by VW 2011.
VS Functions:
Availability: from MiniCAD 6.0
