Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / RichText Class
Properties Methods


In This Topic
    RichText Class Members
    In This Topic

    The following tables list the members exposed by RichText.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the RichText class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the length of text.  
    Public PropertyGets the total number of runs in the rich text.  
    Public PropertyGets the System.String value represents the plain text of this rich text.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Appends the text at the end of this rich text using the last run formatting.  
    Public MethodOverloaded. Clears format of all text runs.  
    Public MethodCreates a new RichText object that is a copy of the current RichText instance.  
    Public MethodOverloaded. Determines whether the specified System.Object is equal to this instance.  
    Public MethodOverloaded. Formats the specified text run with the specified font.  
    Public Method  
    Public MethodGets the font at the specified position.  
    Public MethodReturns a hash code for this instance.  
    Public MethodGets the attributes of the specified run.  
    Public Methodstatic (Shared in Visual Basic)Normalize the text.  
    Public MethodOverwrites the specified range of this rich text by a new text.  
    Public Methodstatic (Shared in Visual Basic)Parse RichText object from xml source, represent by string text.  
    Public MethodReturns a System.String that represents this instance.  
    Top
    See Also