原創|產品更新|編輯:李顯亮|2020-02-25 11:16:01.877|閱讀 314 次
概述:Java版企業級文檔開發套包Spire.Office v3.2.0迎來第一次版本更新,多個控件產品獲得新功能支持,修復諸多Bug問題,歡迎下載體驗。
# 界面/圖表報表/文檔/IDE等千款熱門軟控件火熱銷售中 >>
你在尋找支持在Java中用編程方法處理各類格式文檔的API嗎?好巧,Java版企業級文檔管理組合套包Spire.Office 2020全新上線!Word、Excel、PPT、PDF、條形碼等格式一網打盡。
目前,Spire.Office for Java 迎來v3.2.0版的更新。該版本中,Spire.Presentation 新增了功能支持獲取圖片位置以及圖片的裁剪位置、設置內部陰影的模糊半徑、對二級軸標簽進行分組以及添加了方法addNodeByPosition在指定位置插入新的子節點;同時,也修復了將PPT中的形狀轉為圖片、PPT轉為.odp、復制PPT中的表格以及將Word轉為PDF/HTML、合并Word文檔時出現的一些問題。點擊下方按鈕即可下載試用↓↓↓
免費下載Spire.Office for Java v3.2.0
新功能及問題修復詳情,請參閱如下內容。
新功能:
Presentation ppt=new Presentation(); ppt.loadFromFile(filepath); IShape shape=ppt.getSlides().get(0).getShapes().get(0); if (shape instanceof SlidePicture) { SlidePicture picture=(SlidePicture)shape; //crop position Rectangle2D cropPosition=picture.getPictureFill().getCropPosition(); //picture position Rectangle2D picPosition=picture.getPictureFill().getPicturePosition(); }
innerShadow.setBlurRadius(20);
//Group the axis labels that have the same first-level label. if (chartAxis.hasMultiLvlLbl()) { chartAxis.isMergeSameLabel(true); }
//Get a node node = smartArt.getNodes().get(1); position = 1; //Add a new child node at specific position ISmartArtNode childNode = node.getChildNodes().addNodeByPosition(position);
問題修復:
問題修復:
Spire.office for java套包還包括以下產品:
本站文章除注明轉載外,均為本站原創或翻譯。歡迎任何形式的轉載,但請務必注明出處、不得修改原文相關鏈接,如果存在內容上的異議請郵件反饋至chenjj@fc6vip.cn