How can make the word in Table not-split?
2 views (last 30 days)
Show older comments

In above table, the word is split. How can keep the words "right" and "left" (and any word) not split?
Accepted Answer
Rhea Chandy
on 28 Sep 2020
Hi John,
It’s my understand that you are using Report Generator and you want to avoid hyphenation, i.e. Splitting the words in a table entry. You can use Hyphenation class to specify the hyphenation behaviour of paragraphs and table cells.
h = mlreportgen.dom.Hyphenation(false)
This will disable hyphenation and set the property Value to [].
More Answers (0)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!