Justification Property (IAttributeInstance) Send Feedback
See Also 
Gets or sets the position and alignment of the BlockAttribute instance's text in relation to the insertion point.

Syntax

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

Property Value

Position and alignment of the BlockAttribute instance's text in relation to the insertion point as defined in dsTextJustification_e

See Also

Availability

DraftSight V1R2.0