Accusoft NotateXpress 12
PrgSetItemTextJustification Method
See Also  Send comments on this topic.
layerHandle
The handle of a layer returned by the CreateLayer method.
seqNum
The handle of an element returned by the ElementAppend method.
Justify
AccusoftNotateXpress12 ActiveX DLL > NotateXpress Object : PrgSetItemTextJustification Method

Glossary Item Box

Description

Sets the text justification for a specific element for the specific layer.

Syntax

Visual Basic
Public Sub PrgSetItemTextJustification( _
   ByVal layerHandle As Long, _
   ByVal seqNum As Long, _
   ByVal Justify As NX_TextJustificationType _
) 

Parameters

layerHandle
The handle of a layer returned by the CreateLayer method.
seqNum
The handle of an element returned by the ElementAppend method.
Justify
ValueDescription
NX_Justify_CenterJustify text in the center.
NX_Justify_LeftJustify text left.
NX_Justify_RightJustify text right.

See Also

©2013. Accusoft Corporation. All Rights Reserved.