原創|產品更新|編輯:李顯亮|2020-04-30 12:00:06.147|閱讀 210 次
概述:Word管理API-Spire.Doc JAVA4月修復性更新,此版本支持獲取表中對角線的屬性,并且它修復了轉換或處理Word文檔時發生的幾個問題,歡迎下載體驗。
# 界面/圖表報表/文檔/IDE等千款熱門軟控件火熱銷售中 >>
Spire.Doc for .NET是一個專業的Word .NET庫,設計用于幫助開發人員高效地開發創建、閱讀、編寫、轉換和打印任何來自.NET( C#, VB.NET, ASP.NET)平臺的Word文檔文件的功能。
近日,Spire.Doc for .NET也迎來了2020年4月修復更新發布!此版本支持獲取表中對角線的屬性,并且它修復了轉換或處理Word文檔時發生的幾個問題,具體更新內容如下:>>歡迎免費下載Spire.Doc for .NET最新試用版
新功能
支持獲取表格以及表格單元格的對角線邊框屬性。
//獲取表格的對角線屬性 BorderStyle bs_UP = table.TableFormat.Borders.DiagonalUp.BorderType; Color color_UP = table.TableFormat.Borders.DiagonalUp.Color; float width_UP = table.TableFormat.Borders.DiagonalUp.LineWidth; BorderStyle bs_Down = table.TableFormat.Borders.DiagonalDown.BorderType; Color color_Down = table.TableFormat.Borders.DiagonalDown.Color; float width_Down = table.TableFormat.Borders.DiagonalDown.LineWidth; //獲取表格單元格的對角線屬性 bs_UP = table[rowIndex, columnIndex].CellFormat.Borders.DiagonalUp.BorderType; width_UP = table[rowIndex, columnIndex].CellFormat.Borders.DiagonalUp.LineWidth; color_UP = table[rowIndex, columnIndex].CellFormat.Borders.DiagonalUp.Color; bs_Down = table[rowIndex, columnIndex].CellFormat.Borders.DiagonalDown.BorderType; color_Down = table[rowIndex, columnIndex].CellFormat.Borders.DiagonalDown.Color; width_Down = table[rowIndex, columnIndex].CellFormat.Borders.DiagonalDown.LineWidth;
Bug修復
本站文章除注明轉載外,均為本站原創或翻譯。歡迎任何形式的轉載,但請務必注明出處、不得修改原文相關鏈接,如果存在內容上的異議請郵件反饋至chenjj@fc6vip.cn