入圖 如何用Java實作
uj5u.com熱心網友回復:
我也找了很久,只有表格 Cell 可以旋轉uj5u.com熱心網友回復:
PdfPTable table = new PdfPTable(3);PdfPCell cell1 = new PdfPCell(new Phrase("Cell 1 - 90"));
// 90 degree rotation
cell1.setRotation(90);
table.addCell(cell1);
PdfPCell cell2 = new PdfPCell(new Phrase("Cell 2 - 180"));
// 180 degree rotation
cell2.setRotation(180);
table.addCell(cell2);
PdfPCell cell3 = new PdfPCell(new Phrase("Cell 3 - 270"));
// 270 degree rotation
cell3.setRotation(270);
table.addCell(cell3);
table.completeRow();
uj5u.com熱心網友回復:
部分內容旋轉,樓主找到了方法了嗎?uj5u.com熱心網友回復:
你找到方法了嗎兄弟uj5u.com熱心網友回復:
沒有轉載請註明出處,本文鏈接:https://www.uj5u.com/houduan/34314.html
標籤:Java相關
上一篇:初入Java就遇到了問題,求大佬
