Aspose::Pdf::Facades::FormattedText::AddNewLineText method
Contents
[
Hide
]FormattedText::AddNewLineText(const System::String&) method
Adds a new line to the FormattedText object and sets the newLineText to the next line’s text.
void Aspose::Pdf::Facades::FormattedText::AddNewLineText(const System::String &newLineText)
| Parameter | Type | Description |
|---|---|---|
| newLineText | const System::String& | Text of new added line. |
See Also
- Class String
- Class FormattedText
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
FormattedText::AddNewLineText(const System::String&, float) method
Adds a new line to the FormattedText object and sets the newLineText to the next line’s text.
void Aspose::Pdf::Facades::FormattedText::AddNewLineText(const System::String &newLineText, float lineSpacing)
| Parameter | Type | Description |
|---|---|---|
| newLineText | const System::String& | Text of new added line. |
| lineSpacing | float | Spacing of the line. |
See Also
- Class String
- Class FormattedText
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++