Aspose::Pdf::Facades::FormattedText::AddNewLineText metod
FormattedText::AddNewLineText(const System::String&) method
Lägger till en ny rad i FormattedText-objektet och sätter newLineText till nästa radens text.
void Aspose::Pdf::Facades::FormattedText::AddNewLineText(const System::String &newLineText)
| Parameter | Typ | Beskrivning |
|---|---|---|
| newLineText | const System::String& | Text för ny tillagd rad. |
Se även
- Class String
- Class FormattedText
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
FormattedText::AddNewLineText(const System::String&, float) method
Lägger till en ny rad i FormattedText-objektet och sätter newLineText till nästa radens text.
void Aspose::Pdf::Facades::FormattedText::AddNewLineText(const System::String &newLineText, float lineSpacing)
| Parameter | Typ | Beskrivning |
|---|---|---|
| newLineText | const System::String& | Text för ny tillagd rad. |
| lineSpacing | float | Avstånd för raden. |
Se även
- Class String
- Class FormattedText
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++