ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / TextLayoutParams Structure / TextLayoutParams Constructor
Text alignment
Lines alignment
Justification algorithm
Line breaking wrap mode
Force Kinsoku rules
Character spacing in points.
Line spacing in points.
Text direction.
Text rotation in angels * 10.
Vertical glyphs are allowed or not.
Multiline is allowed or not.

In This Topic
    TextLayoutParams Constructor
    In This Topic
    Initialize new instance of TextLayoutParams class.
    Syntax
    'Declaration
     
    Public Function New( _
       Optional ByVal horizontalAlignment As TextAlignment, _
       Optional ByVal verticalAlignment As VerticalTextAlignment, _
       Optional ByVal textJustify As TextJustify, _
       Optional ByVal wrapMode As WrapMode, _
       Optional ByVal enableKinsoku As Boolean, _
       Optional ByVal characterSpacing As Single, _
       Optional ByVal lineSpacing As Single, _
       Optional ByVal isRtl As Boolean, _
       Optional ByVal textAngle As Single, _
       Optional ByVal isVertical As Boolean, _
       Optional ByVal multiLine As Boolean _
    )

    Parameters

    horizontalAlignment
    Text alignment
    verticalAlignment
    Lines alignment
    textJustify
    Justification algorithm
    wrapMode
    Line breaking wrap mode
    enableKinsoku
    Force Kinsoku rules
    characterSpacing
    Character spacing in points.
    lineSpacing
    Line spacing in points.
    isRtl
    Text direction.
    textAngle
    Text rotation in angels * 10.
    isVertical
    Vertical glyphs are allowed or not.
    multiLine
    Multiline is allowed or not.
    See Also