[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Drawing.TextJustify

TextJustify Enum

Represents the text justification.

Namespace: GrapeCity.ActiveReports.Drawing
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
[CLSCompliant(true)]
public enum TextJustify : byte

Fields

Name Description
Auto

Defines the justification algorithm that is determined automatically.

Distribute

Defines the newspaper-like distribution except the last line of text which is not modified.

DistributeAllLines

Defines the newspaper-like distribution including the last line.

Extension Methods