原創(chuàng)|產(chǎn)品更新|編輯:李顯亮|2020-01-16 11:32:48.757|閱讀 279 次
概述:目前,Spire.Office for .NET 迎來v5.1版的更新。該版本涵蓋了最新版的Spire.Doc、Spire.PDF、Spire.XLS、Spire.Presentation、Spire.DataExport、Spire.Barcode、Spire.DocViewer、Spire.PDFViewer、Spire.OfficeViewer、Spire.Email。
# 界面/圖表報表/文檔/IDE等千款熱門軟控件火熱銷售中 >>
你在尋找支持在.NET中用編程方法處理各類格式文檔的API嗎?好巧,.NET版企業(yè)級文檔管理組合套包Spire.Office 2020全新上線!Word、Excel、PPT、PDF、條形碼等格式一網(wǎng)打盡。
目前,Spire.Office for .NET 迎來v5.1版的更新。此更新具有一些新功能,例如Spire.XLS支持將整個工作簿轉換為HTML并在復制時設置復制選項,Spire.PDF支持獲取PrinterResolutionKind的值以及RadioButton,Spire的按鈕樣式.Presentation支持獲取和設置名稱幻燈片。同時,成功修復了在加載,轉換和處理Excel,PDF,Word和Presentation文檔時發(fā)生的一些錯誤。有關新功能和錯誤修復的完整列表。點擊下方按鈕即可下載試用↓↓↓
該版本涵蓋了最新版的Spire.Doc、Spire.PDF、Spire.XLS、Spire.Presentation、Spire.DataExport、Spire.Barcode、Spire.DocViewer、Spire.PDFViewer、Spire.OfficeViewer、Spire.Email。
Dll版本:
新功能
stamp.Author = "E-iceblue"; stamp.CreationDate = DateTime.Now;
PdfPrinterResolutionKind value = doc.PrintSettings.PrinterResolutionKind;
PdfDocument doc = new PdfDocument(@"..\toPDF.pdf"); PdfFormWidget formWidget = doc.Form as PdfFormWidget; for (int i = 0; i < formWidget.FieldsWidget.List.Count; i++) { PdfField field = formWidget.FieldsWidget.List[i] as PdfField; if (field is PdfRadioButtonListFieldWidget) { PdfRadioButtonListFieldWidget radio = field as PdfRadioButtonListFieldWidget; PdfCheckBoxStyle buttonStyle = radio.ButtonStyle; } }
Bug修復
Bug修復
新功能
Workbook.SaveToHtml(string fileName);
CopyRangeOptions copyOptions = CopyRangeOptions.OnlyCopyFormulaValue; CellRange.Copy(destRange, copyOptions); WorkSheet.Copy(sourceRange, destRange, copyOptions);
Bug修復
新功能
String title = ppt.Slides [0] .Title;
Bug修復
還想要更多嗎?您可以點擊閱讀【2019 · E-iceblue最新資源整合】,查找需要的教程資源。
本站文章除注明轉載外,均為本站原創(chuàng)或翻譯。歡迎任何形式的轉載,但請務必注明出處、不得修改原文相關鏈接,如果存在內容上的異議請郵件反饋至chenjj@fc6vip.cn