原創(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。
# 界面/圖表報(bào)表/文檔/IDE等千款熱門軟控件火熱銷售中 >>
你在尋找支持在.NET中用編程方法處理各類格式文檔的API嗎?好巧,.NET版企業(yè)級文檔管理組合套包Spire.Office 2020全新上線!Word、Excel、PPT、PDF、條形碼等格式一網(wǎng)打盡。
目前,Spire.Office for .NET 迎來v5.1版的更新。此更新具有一些新功能,例如Spire.XLS支持將整個(gè)工作簿轉(zhuǎn)換為HTML并在復(fù)制時(shí)設(shè)置復(fù)制選項(xiàng),Spire.PDF支持獲取PrinterResolutionKind的值以及RadioButton,Spire的按鈕樣式.Presentation支持獲取和設(shè)置名稱幻燈片。同時(shí),成功修復(fù)了在加載,轉(zhuǎn)換和處理Excel,PDF,Word和Presentation文檔時(shí)發(fā)生的一些錯(cuò)誤。有關(guān)新功能和錯(cuò)誤修復(fù)的完整列表。點(diǎn)擊下方按鈕即可下載試用↓↓↓
該版本涵蓋了最新版的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修復(fù)
Bug修復(fù)
新功能
Workbook.SaveToHtml(string fileName);
CopyRangeOptions copyOptions = CopyRangeOptions.OnlyCopyFormulaValue; CellRange.Copy(destRange, copyOptions); WorkSheet.Copy(sourceRange, destRange, copyOptions);
Bug修復(fù)
新功能
String title = ppt.Slides [0] .Title;
Bug修復(fù)
還想要更多嗎?您可以點(diǎn)擊閱讀【2019 · E-iceblue最新資源整合】,查找需要的教程資源。
本站文章除注明轉(zhuǎn)載外,均為本站原創(chuàng)或翻譯。歡迎任何形式的轉(zhuǎn)載,但請務(wù)必注明出處、不得修改原文相關(guān)鏈接,如果存在內(nèi)容上的異議請郵件反饋至chenjj@fc6vip.cn