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

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)
ParameterTypeDescription
newLineTextconst System::String&Text of new added line.

See Also

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)
ParameterTypeDescription
newLineTextconst System::String&Text of new added line.
lineSpacingfloatSpacing of the line.

See Also