ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document.Drawing.Gdi Assembly / GrapeCity.ActiveReports.Core.Document.Drawing.Gdi.Text Namespace / RText Class
Fields Properties Methods

In This Topic
    RText Class Members
    In This Topic

    The following tables list the members exposed by RText.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public FieldTrue if formatted  
    Public FieldThe output size  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the alignment.  
    Public PropertyGets or sets the color of the back.  
    Public PropertyDetermines the distance beetween two characters in the string. Applied only when UseCharacterSpacing is true.  
    Public PropertyGets or sets the font.  
    Public PropertyGets or sets the index of the font.  
    Public PropertyGets or sets a value indicating whether this RText is kinsoku.  
    Public PropertyDetermines the spacing in inches between text lines  
    Public PropertyGets or sets a value indicating whether [multi line].  
    Public PropertyGets or sets the padding.  
    Public PropertyGets or sets a value indicating whether this RText is printing.  
    Public PropertyGets or sets a value indicating whether [right to left].  
    Public PropertyGets or sets the selection.  
    Public PropertyGets or sets the text.  
    Public PropertyGets or sets the text angle.  
    Public PropertyGets or sets the color of the text.  
    Public PropertyGets or sets the text justify.  
    Public PropertyGets or sets the vert alignment.  
    Public PropertyGets or sets a value indicating whether [vertical text].  
    Public PropertyGets or sets the wrap mode.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Calculates the rect rotation.  
    Public MethodClears the runs.  
    Public MethodOverloaded. FormatText Uses textruns to go through m_text and creates LineDesc  
    Public Method  
    Public MethodOverloaded. FormatText and returns updated font. Uses textruns to go through m_text and creates LineDesc with ShrinkToFit algorithm  
    Public MethodGets the blocks.  
    Public MethodReturns indexes of last paragraphs lines. Used to define lines which should not be justified.  
    Public MethodGets the lines.  
    Public MethodReturns an array of lines that are "logically" together. GetLines() splits the entire text based on width. GetLines() >= GetLogicalLines()  
    Public MethodGets the size of the paragraph.  
    Public MethodReturns true is the line at index "line" is the lasst line in the paragraph. Done only for justified alignment and lineCount > 1  
    Public Methodstatic (Shared in Visual Basic)Normalizes line-feed characters to unified presentation with \n as line delimiter  
    Public MethodRenders Lines and pieces that contains text only. This method is used to render Label, Textbox, CheckBox, RichtextBox at run time. Label, Textbox, CheckBox, at design time.  
    Public MethodRenders text  
    Public MethodSets selection painting colors  
    Top
    See Also