Aspose::Pdf::Facades::FormattedText::AddNewLineText method
FormattedText::AddNewLineText(const System::String&) method
Добавляет новую строку в объект FormattedText и устанавливает newLineText как текст следующей строки.
void Aspose::Pdf::Facades::FormattedText::AddNewLineText(const System::String &newLineText)
| Параметр | Тип | Описание |
|---|---|---|
| newLineText | const System::String& | Text новой добавленной строки. |
См. также
- Class String
- Class FormattedText
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
FormattedText::AddNewLineText(const System::String&, float) method
Добавляет новую строку в объект FormattedText и устанавливает newLineText как текст следующей строки.
void Aspose::Pdf::Facades::FormattedText::AddNewLineText(const System::String &newLineText, float lineSpacing)
| Параметр | Тип | Описание |
|---|---|---|
| newLineText | const System::String& | Text новой добавленной строки. |
| lineSpacing | float | Отступ строки. |
См. также
- Class String
- Class FormattedText
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++