MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / TextJustify Enumeration

TextJustify Enumeration
Represents the text justification.
Syntax
'Declaration
 
Public Enum TextJustify 
   Inherits System.Enum
 
Members
MemberDescription
AutoDefines the justification algorithm that is determined automatically.
DistributeDefines the newspaper-like distribution except the last line of text which is not modified.
DistributeAllLinesDefines the newspaper-like distribution including the last line.
Inheritance Hierarchy

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

See Also