public enum TextJustify : System.Enum
'Declaration Public Enum TextJustify Inherits System.Enum
Member | Description |
---|---|
Auto | Automatically determines the justification based on context. |
Distribute | Distributes the text evenly across the line, adjusting the spacing between words. |
DistributeAllLines | Distributes the text evenly across all lines, including the last line. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.PageReportModel.TextJustify