ActiveReports Developer 7
TextJustify Enumeration
See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document.Section Namespace : TextJustify Enumeration

Glossary Item Box

Specifies how to justify text when the TextAlignment property is set to Justify.

Syntax

Visual Basic (Declaration) 
Public Enum TextJustify 
   Inherits System.Enum
C# 
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