Java 在PPT中添加SmartArt图形
2020-04-29 16:09:23来源:博客园 阅读 ()
SmartArt图形是信息和观点的视觉表示形式,它具有强大的文字转图示功能及排版功能。本文将演示如何使用Java代码在幻灯片中创建SmartArt图形并自定义布局。
使用工具:Free Spire.Presentation for Java (免费版)
Jar文件导入方法
方法一:
下载Free Spire.Presentation for Java包并解压缩,然后从lib文件夹下,将Spire.Presentation.jar包导入到你的Java应用程序中。(导入成功后如下图所示)
方法二:
通过Maven仓库安装导入。详细的操作步骤请参考链接:
https://www.e-iceblue.cn/licensing/install-spirepdf-for-java-from-maven-repository.html
Java代码示例
import com.spire.presentation.FileFormat; import com.spire.presentation.ISlide; import com.spire.presentation.Presentation; import com.spire.presentation.diagrams.*; public class AddSmartArt { public static void main(String[] args) throws Exception { //创建PowerPoint文档 Presentation presentation = new Presentation(); //获取第一张幻灯片 ISlide slide = presentation.getSlides().get(0); //在幻灯片中创建组织结构图'Organization Chart' ISmartArt smartArt = slide.getShapes().appendSmartArt(60, 60, 500, 300, SmartArtLayoutType.ORGANIZATION_CHART); //设置SmartArt的样式和颜色 smartArt.setStyle(SmartArtStyleType.MODERATE_EFFECT); smartArt.setColorStyle(SmartArtColorType.DARK_2_OUTLINE); //删除默认的节点(SmartArt中的图形) for (Object a : smartArt.getNodes()) { smartArt.getNodes().removeNode(0); } //添加一个母节点 ISmartArtNode node1 = smartArt.getNodes().addNode(); //在母节点下添加四个子节点 ISmartArtNode node1_1 = node1.getChildNodes().addNode(); ISmartArtNode node1_2 = node1.getChildNodes().addNode(); ISmartArtNode node1_3 = node1.getChildNodes().addNode(); ISmartArtNode node1_4 = node1.getChildNodes().addNode(); //在节点上设置文字及文字大小 node1.getTextFrame().setText("公司总部"); node1.getTextFrame().getTextRange().setFontHeight(14f); node1_1.getTextFrame().setText("投资管理部"); node1_1.getTextFrame().getTextRange().setFontHeight(12f); node1_2.getTextFrame().setText("财务部"); node1_2.getTextFrame().getTextRange().setFontHeight(12f); node1_3.getTextFrame().setText("综合办公室"); node1_3.getTextFrame().getTextRange().setFontHeight(12f); node1_4.getTextFrame().setText("技术部"); node1_4.getTextFrame().getTextRange().setFontHeight(12f); //保存文档 presentation.saveToFile("SmartArt.pptx", FileFormat.PPTX_2010); presentation.dispose(); } }
添加SmartArt效果图:
原文链接:https://www.cnblogs.com/jazz-z/p/12802904.html
如有疑问请与原作者联系
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
上一篇:Java8.HashMap源码-resize()流程图
下一篇:MD5加密工具类
- 国外程序员整理的Java资源大全(全部是干货) 2020-06-12
- 2020年深圳中国平安各部门Java中级面试真题合集(附答案) 2020-06-11
- 2020年java就业前景 2020-06-11
- 04.Java基础语法 2020-06-11
- Java--反射(框架设计的灵魂)案例 2020-06-11
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash