Aspose::Pdf::Facades::PdfFileMend::set_IsWordWrap method

PdfFileMend::set_IsWordWrap method

Sets a bool value that indicates word wrap in AddText methods. If the value is true, the text in FormattedText will word wrap. By defalt, the value is false.

void Aspose::Pdf::Facades::PdfFileMend::set_IsWordWrap(bool value)

See Also