ActiveReports 8
TextJustify Enumeration
See Also 
GrapeCity.ActiveReports.Document.v8 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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also