Accusoft NotateXpress 12
ElementSetTextJustification Method
See Also  Send comments on this topic.
elementHandle
The handle of an element returned by the ElementCreate method.
Justify
AccusoftNotateXpress12 ActiveX DLL > NotateXpress Object : ElementSetTextJustification Method

Glossary Item Box

Description

Sets the text justification of an existing element.

Syntax

Visual Basic
Public Sub ElementSetTextJustification( _
   ByVal elementHandle As Long, _
   ByVal Justify As NX_TextJustificationType _
) 

Parameters

elementHandle
The handle of an element returned by the ElementCreate 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.