AccusoftNotateXpress13 ActiveX DLL > NotateXpress Object : ElementSetTextJustification Method |
Visual Basic |
---|
Public Sub ElementSetTextJustification( _ ByVal elementHandle As Long, _ ByVal Justify As NX_TextJustificationType _ ) |
Value | Description |
---|---|
NX_Justify_Center | Justify text in the center. |
NX_Justify_Left | Justify text left. |
NX_Justify_Right | Justify text right. |