MESCIUS.ActiveReports.Core.Document.Drawing.Gdi Assembly / GrapeCity.ActiveReports.Core.Document.Drawing.Gdi.Text Namespace / RText Class

In This Topic
RText Class Methods
In This Topic

For a list of all members of this type, see RText members.

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