Justify Property (ISimpleNote) Send Feedback
See Also 
Gets or sets the justification of the SimpleNote.

Syntax

Visual Basic 
Property Justify As dsTextJustification_e
C# 
dsTextJustification_e Justify {get; set;}
JavaScript 
get_Justify () : String
put_Justify (
   NewVal : String
)
COM native C++ 
HRESULT get_Justify(
   dsTextJustification_e* Val
) 
HRESULT put_Justify( 
   dsTextJustification_e NewVal
C++ 
DSRESULT get_Justify (
   dsTextJustification_e* Val
)
DSRESULT put_Justify(
   dsTextJustification_e NewVal
)

Property Value

Justification as defined in dsTextJustification_e

See Also

Availability

DraftSight V1R1.1