推广 热搜: 行业  机械  设备    经纪  系统  教师  参数    蒸汽 

java poi设置标题,生成目录,添加页码

   日期:2024-12-20     移动:http://tiush.xhstdz.com/mobile/quote/85084.html
您好,关于Java POI设置标题、生成目录、添加页码的问题,可以通过以下代码实现:

java poi设置标题,生成目录,添加页码

// 创建文档对象 XWPFdocument document = new XWPFdocument(); // 设置文档标题 document.[create](https://wenku.csdn.net/doc/6412b66fbe7fbd1778d46b60?spm=1055.2569.3001.10083)Paragraph().createRun().setText("文档标题"); // 生成目录 XWPFParagraph toc = document.createParagraph(); toc.setIndentationLeft(720); toc.setAlignment(ParagraphAlignment.CENTER); XWPFRun tocRun = toc.createRun(); tocRun.setText("目录"); tocRun.addCarriageReturn(); tocRun.addTab(); XWPF[hyper](https://wenku.csdn.net/doc/6401ad0dcce7214c316ee1cc?spm=1055.2569.3001.10083)linkRun hyperlinkRun = tocRun.createHyperlinkRun("#toc"); hyperlinkRun.setText("点击跳转到目录"); hyperlinkRun.setAnchor("toc"); // 添加页码 CTP ctp = CTP.Factory.newInstance(); CT[simple](https://wenku.csdn.net/doc/6412b6f6be7fbd1778d48997?spm=1055.2569.3001.10083)[field](https://wenku.csdn.net/doc/6412b532be7fbd1778d42494?spm=1055.2569.3001.10083) page = ctp.addNewFldSimple(); page.setInstr("PAGE \* [merge](https://wenku.csdn.net/doc/6e3hcfucob?spm=1055.2569.3001.10083)FORMAT"); XWPFParagraph footer = document.createParagraph(); footer.getCTP().setPPr(footer.getCTP().getPPr()); footer.getCTP().setRArray(new CTR[] {CTR.Factory.parse(page.toString())}); footer.setAlignment(ParagraphAlignment.CENTER);
本文地址:http://tiush.xhstdz.com/quote/85084.html    物流园资讯网 http://tiush.xhstdz.com/ , 查看更多

特别提示:本信息由相关用户自行提供,真实性未证实,仅供参考。请谨慎采用,风险自负。


0相关评论
相关最新动态
推荐最新动态
点击排行
网站首页  |  关于我们  |  联系方式  |  使用协议  |  版权隐私  |  网站地图  |  排名推广  |  广告服务  |  积分换礼  |  网站留言  |  RSS订阅  |  违规举报  |  鄂ICP备2020018471号