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.
Apache POI を使用して Word 文書に水平線を作成することはできますか? 関連すると思われるドキュメントが見つかりません。そうでない場合、生の HTML をドキュメントに挿入する方法はありますか?
これを試して:
XWPFParagraph p1 = document.createParagraph(); p1.setBorderBottom(Borders.SINGLE);