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

FormattedText::AddNewLineText(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(System::String newLineText)
ParameterTypeDescription
newLineTextSystem::StringText of new added line.

See Also

FormattedText::AddNewLineText(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(System::String newLineText, float lineSpacing)
ParameterTypeDescription
newLineTextSystem::StringText of new added line.
lineSpacingfloatSpacing of the line.

See Also