Overload List
        
| Name | Description | |
|---|---|---|
| 
                 | 
              AppendRtfText(String, Color) | 
                 
            Appends the specified text to the Rft string using the
            specified color and the object default font.  Transparent
            colors cannot be used by an Rtf rendering.
             
               | 
            
| 
                 | 
              AppendRtfText(String, Font) | 
                 
            Appends the specified text to the Rft string using the
            object ForeColor and the specified font.  Transparent
            colors cannot be used for an Rtf rendering.
             
               | 
            
| 
                 | 
              AppendRtfText(String, Color, Font) | 
                 
            Appends the specified text to the Rtf string using the
            specified color and font.  Transparent colors cannot
            be used for an Rtf rendering.
             
               | 
            
| 
                 | 
              AppendRtfText(String, Color, Font, HorizontalAlignment) | 
                 
            Appends the specified text to the Rtf string using the
            specified color, font and alignment.  Transparent colors cannot
            be used for an Rtf rendering.
             
               |