| AccusoftNotateXpress13 ActiveX DLL > NotateXpress Object : PrgSetItemTextJustification Method |
| Visual Basic |
|---|
Public Sub PrgSetItemTextJustification( _ ByVal layerHandle As Long, _ ByVal seqNum 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. |