当前位置: 首页 > news >正文

做网站和做软件哪个难合肥建设管理学校网站首页

做网站和做软件哪个难,合肥建设管理学校网站首页,网站制作自己接单,网站302怎么做需求#xff1a;做个公文系统#xff0c;需要将正文文档在某个节点点击套红按钮#xff0c;实现文档套红 试了很多方法#xff0c;大多数网上能查到但是实际代码不能找到关键方法#xff0c;可能是跟包的版本有关系#xff0c;下面记录能用的这个。 一#xff1a;添加依…需求做个公文系统需要将正文文档在某个节点点击套红按钮实现文档套红 试了很多方法大多数网上能查到但是实际代码不能找到关键方法可能是跟包的版本有关系下面记录能用的这个。 一添加依赖 dependencygroupIdorg.apache.poi/groupIdartifactIdpoi/artifactIdversion4.1.2/version/dependencydependencygroupIdorg.apache.poi/groupIdartifactIdpoi-ooxml/artifactIdversion4.1.2/version/dependencydependencygroupIdorg.apache.poi/groupIdartifactIdpoi-ooxml-schemas/artifactIdversion4.1.2/version/dependencydependencygroupIdcom.deepoove/groupIdartifactIdpoi-tl/artifactIdversion1.9.1/versionexclusionsexclusionartifactIdslf4j-log4j12/artifactIdgroupIdorg.slf4j/groupId/exclusion/exclusions/dependencydependencygroupIde-iceblue/groupIdartifactIdspire.doc/artifactIdversion12.6.2/version/dependency二、文档 模板{{date}}是可以获取到的变量 文档 三、代码 public static void word2RedDocument(String content, MapString, Object data, String destDocx) throws Exception {//模板文件地址String model D:\\套红模板.docx;//模板文件 参数填写XWPFTemplate template XWPFTemplate.compile(model).render(data);//获取模板文件 公文NiceXWPFDocument main template.getXWPFDocument();//正文文档NiceXWPFDocument sub new NiceXWPFDocument(new FileInputStream(content));ListXWPFParagraph paragraphs main.getParagraphs();NiceXWPFDocument newDoc new NiceXWPFDocument();for (XWPFParagraph p:paragraphs) {if( null ! p p.getText().contains(正文)){//这里是要去掉正文两个字自己debug看了索引为了保险起见应该遍历run判断p.removeRun(0);XWPFRun run p.createRun();// 合并两个文档到指定位置newDoc main.merge(Arrays.asList(sub),run);break;}}// 设置页码--开始--没有需求可以删掉XWPFFooter footer newDoc.createFooter(HeaderFooterType.DEFAULT);//创建一个新的XWPFFooter对象XWPFParagraph paragraph footer.createParagraph();//创建新的XWPFParagraph对象paragraph.setAlignment(ParagraphAlignment.CENTER);//设置样式居中//设置段落对象XWPFRun runPre paragraph.createRun();//新的段落对象runPre.setText(- );XWPFRun run paragraph.createRun();//新的段落对象CTFldChar fldChar run.getCTR().addNewFldChar();//新的CTFldChar对象fldChar.setFldCharType(STFldCharType.Enum.forString(begin));CTText ctText run.getCTR().addNewInstrText();ctText.setStringValue(PAGE \\* MERGEFORMAT);ctText.setSpace(SpaceAttribute.Space.Enum.forString(preserve));fldChar run.getCTR().addNewFldChar();fldChar.setFldCharType(STFldCharType.Enum.forString(end));//设置段落对象XWPFRun runSuf paragraph.createRun();//新的段落对象runSuf.setText( -);// 将页脚添加到所有的页面XWPFHeaderFooterPolicy headerFooterPolicy new XWPFHeaderFooterPolicy(newDoc);headerFooterPolicy.createFooter(STHdrFtr.DEFAULT, new XWPFParagraph[]{paragraph}); // 设置页码--结束--没有需求可以删掉//可以是生成新文档也可以生成到原来的正文content D:\\新文档.docx;// 生成新文档FileOutputStream out new FileOutputStream(content);newDoc.write(out);newDoc.close();out.close();//doc转pdfdoc2Pdf(content); // ByteArrayOutputStream os new ByteArrayOutputStream(); // newDoc.write(os); // InputStream is new ByteArrayInputStream(os.toByteArray()); // os.close();}调用方法测试 public static void main(String[] args) throws Exception {String sourceFile D:\\模板.docx;String targetFile D:\\测试.docx;MapString, Object data new HashMap(2);ListString list Arrays.asList(技术, 测试, 评选结果, 测试, 评选结果, 测试, 评选结果);StringBuilder builder new StringBuilder();for (int i 0;ilist.size();i) {builder.append(list.get(i));if (i ! list.size() -1){builder.append( );}}data.put(num, 931);data.put(year, 2024);data.put(name, 销售中心销售中心销售中心销售中心销售中心销售中心销售中心销售中心销售中心销售中心销售中心销售中心销售中心销售中心销售中心销售中心销售中心);data.put(keyword,builder ); // data.put(keyword, Arrays.asList(技术,测试,评选结果,测试,评选结果,测试,评选结果)); // data.put(keyword, Arrays.asList(技术,测试));data.put(user, 李斯); // data.put(company, 股份有限公司技术股份有限公司);data.put(date, getChineseDate());word2RedDocument(targetFile,data,新文档.docx);} 转换时间的方法 public static String getChineseDate() {Calendar cal Calendar.getInstance();SimpleDateFormat sdf new SimpleDateFormat(yyyy年MM月dd日, Locale.CHINA);String date sdf.format(cal.getTime());// 将数字转换为汉字String[] chineseNumbers {〇, 一, 二, 三, 四, 五, 六, 七, 八, 九};StringBuilder chineseDate new StringBuilder();for (int i 0; i date.length(); i) {if(i4 || i7 || i10){chineseDate.append(date.charAt(i));} else {int number Character.getNumericValue(date.charAt(i));if(i5 || i8 ){if(number0){continue;}}chineseDate.append(chineseNumbers[number]);}}return chineseDate.toString();}执行方法 结果文档如下 XWPFDocument类相关
http://www.dnsts.com.cn/news/186866.html

相关文章:

  • 青岛网站推广优化免费域名查询
  • 网站优化怎么弄郑州知名网站建设
  • 百度云域名没有备案怎么做网站莘庄做网站
  • 辽宁建设网站首页海口市网站开发
  • 深圳做网站-龙华信科互联网推广和互联网营销
  • 温州网站建设公司有哪些网站开发计入无形资产吗
  • 贵州建设厅网站官网百度网站排名 查询
  • dede 添加演示网站西安网站制作开发公司
  • 专业网站设计公司排行榜建设网站图片大全
  • 苏州市建设局网站首页保障性住房建设投资中心网站
  • h5效果的网站有哪些代理记账报税
  • 牌具做网站可以吗wap建站程序
  • 织梦网站图片修改wordpress 关闭保存修订版本
  • 搭建正规网站网页设计板式类型
  • 上线了建站价格建筑人才网首页
  • 搜房网站要怎么 做域名备案接入商查询
  • 网站开发提案优化网站入口页面的四个维度
  • 自动建站网站系统域名品牌网站建设策
  • 保定网站建设系统南通企业自助建站系统
  • 制作网站公司wordpress恢复默认设置
  • 建设网站需要多少钱济南兴田德润厉害吗学校学生网站模板下载
  • 如何建一个自己的网站深圳市专业的做网站
  • 制作网站软件手机wordpress 导出功能
  • 公司网站年费公司设计平面图
  • 简历制作网站免费基于o2o的旅游网站建设
  • 最好加盟网站建设医疗网站源码
  • 做机械产品用什么网站我的小程序在哪里找
  • 学做网站论坛怎么样wordpress 编辑php.ini
  • 一起做网店类型的网站三种类型的企业网站
  • 青海网站制作多少钱深圳营销网站建设多少钱