How can make the word in Table not-split?
5 ビュー (過去 30 日間)
古いコメントを表示
In above table, the word is split. How can keep the words "right" and "left" (and any word) not split?
2 件のコメント
Walter Roberson
2020 年 9 月 25 日
Would I be correct that you are talking about Report Generator product?
採用された回答
Rhea Chandy
2020 年 9 月 28 日
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 [].
3 件のコメント
Rhea Chandy
2020 年 9 月 29 日
Hi John,
From my understanding, you are using an older release.Before R2020b release, in which, when hyphenation was enabled, a line break and hyphenation character could occur anywhere in a word in a paragraph or table.
This behaviour has been changed in R2020b, in which, when hyphenation is enabled, a line break and hyphenation character occur only at the end of a syllable. If a table cell contains a long sequence of numbers or letters that have no clear syllable breaks, overflow can occur. The table stretches to accommodate the overflow.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で MATLAB Report Generator についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!