Appends the specified text to the Rft string using the specified color and font. Transparent colors cannnot be used for an Rtf rendering.
[Visual Basic]
Overloads Public Sub AppendRtfText( _
ByVal Text As String, _
ByVal Color As Color, _
ByVal Font As Font _
)
[C#]
public void AppendRtfText(
string Text,
Color Color,
Font Font
);
[Delphi]
public procedure AppendRtfText(
Text: String;
Color: Color;
Font: Font
); overload;
Parameters
Text
Text string to be appended to existing Rtf.
Color
ForeColor of the appended text.
Font
Font of the appended text.
See Also
Title Class | Title Members | C1.Win.C1Chart Namespace | Title.AppendRtfText Overload List | Title Class
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |