TextJustifyFromString Method
Converts a string representation of text justify to the corresponding
GrapeCity.ActiveReports.Drawing.TextJustify enumeration value.
'Declaration
Public Shared Function TextJustifyFromString( _
ByVal As String _
) As TextJustify
Parameters
- textJustify
- The string representation of text justify.
Return Value