Justify Property (INote) Send Feedback
See Also 
Gets or sets how to justify the text in the Note.

Syntax

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

Property Value

Justify the text in the Note as defined in dsNoteJustification_e

See Also

Availability

DraftSight V1R1.1