Aspose::Pdf::Facades::FormattedText::AddNewLineText method

FormattedText::AddNewLineText(const System::String&) method

Добавляет новую строку в объект FormattedText и устанавливает newLineText как текст следующей строки.

void Aspose::Pdf::Facades::FormattedText::AddNewLineText(const System::String &newLineText)
ПараметрТипОписание
newLineTextconst System::String&Text новой добавленной строки.

См. также

FormattedText::AddNewLineText(const System::String&, float) method

Добавляет новую строку в объект FormattedText и устанавливает newLineText как текст следующей строки.

void Aspose::Pdf::Facades::FormattedText::AddNewLineText(const System::String &newLineText, float lineSpacing)
ПараметрТипОписание
newLineTextconst System::String&Text новой добавленной строки.
lineSpacingfloatОтступ строки.

См. также