原創(chuàng)|產(chǎn)品更新|編輯:李顯亮|2020-03-06 13:56:44.400|閱讀 352 次
概述:Word管理API-Spire.Doc JAVA和.NET版同步更新,本支持設(shè)置對(duì)角線表格邊框和裝訂線,修復(fù)轉(zhuǎn)換時(shí)的諸多問(wèn)題,歡迎下載體驗(yàn)。
# 界面/圖表報(bào)表/文檔/IDE等千款熱門(mén)軟控件火熱銷(xiāo)售中 >>
Spire.Doc for .NET是一個(gè)專(zhuān)業(yè)的Word .NET庫(kù),設(shè)計(jì)用于幫助開(kāi)發(fā)人員高效地開(kāi)發(fā)創(chuàng)建、閱讀、編寫(xiě)、轉(zhuǎn)換和打印任何來(lái)自.NET( C#, VB.NET, ASP.NET)平臺(tái)的Word文檔文件的功能。
近日,Spire.Doc for .NET也迎來(lái)了2020年3月修復(fù)更新發(fā)布!此次更新主要修復(fù)了一些轉(zhuǎn)換Word到 PDF時(shí)出現(xiàn)的問(wèn)題,具體更新內(nèi)容如下:>>歡迎免費(fèi)下載Spire.Doc for .NET最新試用版
Bug修復(fù)
Spire.Doc for Java同步更新至v3.3.0!該版本支持設(shè)置對(duì)角線表格邊框和裝訂線。除此之外,一些在 Word 轉(zhuǎn) SVG/PDF,操作和保存文檔時(shí)出現(xiàn)的問(wèn)題也得以成功解決。>>點(diǎn)擊免費(fèi)下載Spire.Doc for Java最新試用版
新功能
Document doc = new Document(); Section section = doc.addSection(); Table oTable = section.addTable(true); section.addParagraph(); oTable.resetCells(10, 3); oTable.getTableFormat().getPaddings().setTop(10); oTable.getTableFormat().getPaddings().setBottom(10); oTable.getTableFormat().setHorizontalAlignment(RowAlignment.Center); oTable.getLastCell().getCellFormat().getBorders().getDiagonalUp().setBorderType(BorderStyle.Single); oTable.getFirstRow().getCells().get(0).getCellFormat().getBorders().getDiagonalDown().setBorderType(BorderStyle.Double); doc.saveToFile(outputFile);
Section section = document.getSections().get(0); section.getPageSetup().setGutter(100f);
Bug修復(fù)
本站文章除注明轉(zhuǎn)載外,均為本站原創(chuàng)或翻譯。歡迎任何形式的轉(zhuǎn)載,但請(qǐng)務(wù)必注明出處、不得修改原文相關(guān)鏈接,如果存在內(nèi)容上的異議請(qǐng)郵件反饋至chenjj@fc6vip.cn