Click or drag to resize
SignDocFieldgetJustification Method
Get the justification of the widget.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public Justification getJustification()

Return Value

Type: Justification
The justification of the widget: #j_left, #j_center, or #j_right for text fields and list boxes, #j_none for other fields.
See Also