ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / TextJustify Enumeration

In This Topic
    TextJustify Enumeration
    In This Topic
    Represents the text justification.
    Syntax
    'Declaration
     
    Public Enum TextJustify 
       Inherits System.Enum
    public enum TextJustify : 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.
    Remarks
    This enumeration should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Drawing.TextJustify

    See Also