Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public class RichText : RichTextObject
Public Class RichText
	Inherits RichTextObject
public ref class RichText : public RichTextObject
type RichText =  
    class
        inherit RichTextObject
    end

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
RichText(IRichTextString)
Initializes a new instance of the RichText class
Append(String, IFont) (Inherited from RichTextObject.)
BeginUpdate()()()() (Inherited from RichTextObject.)
Clear()()()() (Inherited from RichTextObject.)
ClearFormatting()()()() (Inherited from RichTextObject.)
EndUpdate()()()() (Inherited from RichTextObject.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetFont(Int32)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
IsFormatted (Inherited from RichTextObject.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Parent (Inherited from RichTextObject.)
RtfText (Inherited from RichTextObject.)
SetFont(Int32, Int32, ExcelFont)
SetFont(Int32, Int32, IFont) (Inherited from RichTextObject.)
Text (Inherited from RichTextObject.)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)

Inheritance Hierarchy

System..::..Object
  Spire.Xls..::..RichTextObject
    Spire.Xls..::..RichText

See Also