ActiveReports 12
TextJustify Enumeration

GrapeCity.ActiveReports.Document.v12 Assembly > GrapeCity.ActiveReports.Document.Section Namespace : TextJustify Enumeration
Specifies how to justify text when the TextAlignment property is set to Justify.
Syntax
'Declaration
 
Public Enum TextJustify 
   Inherits System.Enum
public enum TextJustify : System.Enum 
Members
MemberDescription
AutoAllows ActiveReports to determine which type to use.
DistributeIncreases or decreases spacing between letters and words, and is optimized for Asian language characters.
DistributeAllLinesSame as Distribute, but also increases spacing between letters and words in the last line of a paragraph.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Document.Section.TextJustify

See Also

Reference

GrapeCity.ActiveReports.Document.Section Namespace