Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 996 Bytes

File metadata and controls

53 lines (41 loc) · 996 Bytes

GetTextJust

Description

Function GetTextJust returns the text justification of the referenced text object.

[[Image:textlocus.gif| left]]

{| class="wikitable_c" |+ Table - Text Justification

! Justification !! Constant
Left
style="text-align:center"
-
Center
style="text-align:center"
-
Right
style="text-align:center"
-
Justify
style="text-align:center"
}
FUNCTION GetTextJust(TextHd : HANDLE): INTEGER;
def vs.GetTextJust(TextHd):
    return INTEGER

Parameters

Name Type Description
TextHd HANDLE Handle to text object.

Remarks

([[User:Orso.b.schmid|Orso]], 2012 Mai. 26): The constant 4 "Justify" is introduced by VW 2011.

See Also

VS Functions:

Version

Availability: from MiniCAD 6.0

Category

  • Objects - Text