[]
Specifies text justification to be used when displaying variable text in FreeTextAnnotation, WidgetAnnotation etc.
public enum VariableTextJustification
Centered = 1
Text is centered.
LeftJustified = 0
Text is left justified.
RightJustified = 2
Text is right justified.