Appends the specified text to the Rft string using the specified color, font and alignment. 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, _
ByVal Align As HorizontalAlignment _
)
[C#]
public void AppendRtfText(
string Text,
Color Color,
Font Font,
HorizontalAlignment Align
);
[Delphi]
public procedure AppendRtfText(
Text: String;
Color: Color;
Font: Font;
Align: HorizontalAlignment
); overload;
Parameters
Text
Text string to be appended to existing Rtf.
Color
ForeColor of the appended text.
Font
Font of the appended text.
Align
Alignment 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. |