======Метод RtfDocument.AddLine(String, RtfTextAlignment, Color, Boolean)====== * **Пространство имен:** [[developers:references:topomatic.controls.rtf|Topomatic.Controls.Rtf]] * **Сборка:** Topomatic.Controls (в Topomatic.Controls.dll) =====Синтаксис===== public RtfTextNode AddLine(string text, RtfTextAlignment alignment, Color color, bool bold) **Параметры** * //text// * Тип: System.String * //alignment// * Тип: [[developers:references:topomatic.controls.rtf.rtftextalignment|Topomatic.Controls.Rtf.RtfTextAlignment]] * //color// * Тип: System.Drawing.Color * //bold// * Тип: System.Boolean **Возвращаемое значение** * Тип: [[developers:references:topomatic.controls.rtf.rtftextnode|Topomatic.Controls.Rtf.RtfTextNode]]