| SignDocFieldgetJustification Method |
Get the justification of the widget.
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic Justification getJustification()
Public Function getJustification As Justification
public:
Justification getJustification()
member getJustification : unit -> Justification
Return Value
Type:
JustificationThe justification of the widget: #j_left, #j_center, or
#j_right for text fields and list boxes, #j_none for other fields.
See Also