Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
3列のPdfPTableがあります。すべての列に幅があります。列幅より長いテキストをその列に追加したいときに、列が次の列にオーバーフローするのを許可するにはどうすればよいですか?
私はこれを達成したい:
iText inAction-SecondEditionの図4.6を参照してください。この例の結果を示しています 。http: //itextpdf.com/examples/iia.php ?id =81次の行を探します。cell.setNoWrap(true);