Solid Edge FrameworkSupport Type Library
GetAlignment Method
Description
Returns the justification (left, center, or right) of the line of text selected by the text line index.
Syntax
Visual Basic
Public Sub GetAlignment( _
   ByRef TextLineIndex As Integer, _
   ByRef JustifValue As TextNumberJustificationConstants _
) 
Parameters
TextLineIndex
JustifValue
ValueDescription
igCenterJustificationText Number Justification Center
igLeftJustificationText Number Justification Left
igRightJustificationText Number Justification Right
See Also

TextProfile Object  | TextProfile Members