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

企业的vi设计都包括哪几种江苏seo团队

企业的vi设计都包括哪几种,江苏seo团队,垂直购物网站建设,深圳公司注册核名官网以下代码&#xff0c;亲测可以跑通 1、上一篇博客用了Apache POI库3.8的版本的形式对Excel加了水印&#xff0c;但是最近主线版本用了4.1.2的形式&#xff0c;由于为了保持版本的兼容性&#xff0c;下面有开发了Apache POI的4.1.2的版本号的方案。 pom文件为&#xff1a; <d…

以下代码,亲测可以跑通
1、上一篇博客用了Apache POI库3.8的版本的形式对Excel加了水印,但是最近主线版本用了4.1.2的形式,由于为了保持版本的兼容性,下面有开发了Apache POI的4.1.2的版本号的方案。
pom文件为:

 <dependencies><dependency><groupId>org.apache.poi</groupId><artifactId>poi</artifactId><version>4.1.2</version></dependency><dependency><groupId>org.apache.poi</groupId><artifactId>poi-ooxml</artifactId><version>4.1.2</version></dependency><dependency><groupId>org.projectlombok</groupId><artifactId>lombok</artifactId><version>RELEASE</version><scope>compile</scope></dependency><dependency><groupId>org.apache.poi</groupId><artifactId>ooxml-schemas</artifactId><version>1.4</version></dependency></dependencies>

测试类及主要 功能代码:

package com.msl;import org.apache.poi.ss.usermodel.Workbook;
import org.apache.poi.xssf.usermodel.*;import javax.imageio.ImageIO;
import java.awt.*;
import java.awt.image.BufferedImage;
import java.io.*;import static java.awt.image.BufferedImage.TYPE_INT_ARGB;public class ExcelWatermark0905 {public static void main(String[] args) {// 输入Excel文件路径//   String inputFile = "/Users/navyliu/Downloads/input/附件2-3:企业资产转让业务尽职调查报告(申请机构_业务部门填写)1.xlsx";//  String inputFile = "/Users/navyliu/Downloads/input/kxkj.xlsx";// String inputFile = "/Users/navyliu/Downloads/input/test.xlsx";String inputFile = "/Users/navyliu/Downloads/input/315.xlsx";// 输出Excel文件夹路径String outputFolder = "/Users/navyliu/Downloads/output";// 水印文字String watermarkText = "我是水印文字";try {FileInputStream fis = new FileInputStream(inputFile);XSSFWorkbook workbook = new XSSFWorkbook(fis);// 设置文本和字体大小Font font = new Font("宋体",Font.PLAIN,36);
//            XXSFont font = workbook.createFont();
//            font.setFontName("仿宋");
//            font.setFontHeightInPoints((short) 20);int height = 467;int width = 987;BufferedImage watermarkImage = drawText(watermarkText, font, Color.orange, Color.white, height, width);ByteArrayOutputStream byteArrayOut = new ByteArrayOutputStream();ImageIO.write(watermarkImage, "png", byteArrayOut);int pictureIdx = workbook.addPicture(byteArrayOut.toByteArray(), Workbook.PICTURE_TYPE_PNG);for (int i = 0; i < workbook.getNumberOfSheets(); i++) {XSSFSheet  xssfSheet =  workbook.getSheetAt(i);String rID = xssfSheet.addRelation(null, XSSFRelation.IMAGE_PNG, workbook.getAllPictures().get(pictureIdx)).getRelationship().getId();//set background picture to sheetxssfSheet.getCTWorksheet().addNewPicture().setId(rID);}// 保存带水印的Excel到输出文件夹File outputDir = new File(outputFolder);if (!outputDir.exists()) {outputDir.mkdirs();}String outputFilePath = outputFolder + "/output2.xlsx";FileOutputStream fos = new FileOutputStream(outputFilePath);workbook.write(fos);fos.close();fis.close();} catch (IOException e) {e.printStackTrace();}}private static BufferedImage drawText(String text, Font font, Color textColor, Color backColor, double height, double width) {BufferedImage img = new BufferedImage((int) width, (int) height, TYPE_INT_ARGB);Graphics2D loGraphic = img.createGraphics();FontMetrics loFontMetrics = loGraphic.getFontMetrics(font);int liStrWidth = loFontMetrics.stringWidth(text);int liStrHeight = loFontMetrics.getHeight();loGraphic.setColor(backColor);loGraphic.fillRect(0, 0, (int) width, (int) height);loGraphic.translate(((int) width - liStrWidth) / 2, ((int) height - liStrHeight) / 2);loGraphic.rotate(Math.toRadians(-45));loGraphic.translate(-((int) width - liStrWidth) / 4, -((int) height - liStrHeight) / 4);loGraphic.setFont(font);loGraphic.setColor(textColor);loGraphic.drawString(text, ((int) width - liStrWidth) / 4, ((int) height - liStrHeight) / 2);loGraphic.drawString(text, ((int) width - liStrWidth) / 2, ((int) height - liStrHeight) / 4);loGraphic.drawString(text, ((int) width - liStrWidth) / 6, ((int) height - liStrHeight) / 20);loGraphic.dispose();return img;}
}

执行后的结果截图:
在这里插入图片描述
在这里插入图片描述


文章转载自:
http://dinncoinfighting.zfyr.cn
http://dinncodelenda.zfyr.cn
http://dinncomaggotry.zfyr.cn
http://dinncoeyra.zfyr.cn
http://dinncohandicapper.zfyr.cn
http://dinncoaterian.zfyr.cn
http://dinncousenet.zfyr.cn
http://dinncollano.zfyr.cn
http://dinncounarmed.zfyr.cn
http://dinncojacobus.zfyr.cn
http://dinncobak.zfyr.cn
http://dinncodenasalize.zfyr.cn
http://dinncodobson.zfyr.cn
http://dinncoparquetry.zfyr.cn
http://dinncounimposing.zfyr.cn
http://dinncopurge.zfyr.cn
http://dinncobackplane.zfyr.cn
http://dinncosuk.zfyr.cn
http://dinncotambour.zfyr.cn
http://dinncoalgernon.zfyr.cn
http://dinncodisulfide.zfyr.cn
http://dinncohike.zfyr.cn
http://dinncoslurp.zfyr.cn
http://dinncosahaptan.zfyr.cn
http://dinncochatelain.zfyr.cn
http://dinncolikasi.zfyr.cn
http://dinncoautotrophy.zfyr.cn
http://dinncowaiver.zfyr.cn
http://dinncoadios.zfyr.cn
http://dinncoseparationist.zfyr.cn
http://dinncogossyplure.zfyr.cn
http://dinncoreverberate.zfyr.cn
http://dinnconachlass.zfyr.cn
http://dinncoliney.zfyr.cn
http://dinncomoonset.zfyr.cn
http://dinncophilabeg.zfyr.cn
http://dinncoreflectorize.zfyr.cn
http://dinncosubscript.zfyr.cn
http://dinncotolerable.zfyr.cn
http://dinncoaustronesia.zfyr.cn
http://dinncoairdate.zfyr.cn
http://dinncopilulous.zfyr.cn
http://dinncokook.zfyr.cn
http://dinncosubprefect.zfyr.cn
http://dinncoflintiness.zfyr.cn
http://dinncolysogenesis.zfyr.cn
http://dinncounredeemed.zfyr.cn
http://dinncodipping.zfyr.cn
http://dinncomelitose.zfyr.cn
http://dinncophenogam.zfyr.cn
http://dinncocoelenterate.zfyr.cn
http://dinncopittypat.zfyr.cn
http://dinncoconsonance.zfyr.cn
http://dinncovfw.zfyr.cn
http://dinncotribute.zfyr.cn
http://dinncodigital.zfyr.cn
http://dinncoelb.zfyr.cn
http://dinncoquavering.zfyr.cn
http://dinncosoporose.zfyr.cn
http://dinncotippet.zfyr.cn
http://dinncoenflurane.zfyr.cn
http://dinncoextraocular.zfyr.cn
http://dinncoinly.zfyr.cn
http://dinncodiplomacy.zfyr.cn
http://dinncononparous.zfyr.cn
http://dinncodemythicization.zfyr.cn
http://dinncofijian.zfyr.cn
http://dinncohemipteran.zfyr.cn
http://dinncorayless.zfyr.cn
http://dinncotranquilite.zfyr.cn
http://dinncoariboflavinosis.zfyr.cn
http://dinncohematinic.zfyr.cn
http://dinncojarful.zfyr.cn
http://dinncodismiss.zfyr.cn
http://dinncomonoacid.zfyr.cn
http://dinncoundiscoverable.zfyr.cn
http://dinncocaecum.zfyr.cn
http://dinncohalogenate.zfyr.cn
http://dinncosinology.zfyr.cn
http://dinncoquiniela.zfyr.cn
http://dinncobandmoll.zfyr.cn
http://dinncoonlooking.zfyr.cn
http://dinncovignette.zfyr.cn
http://dinncoprivateersman.zfyr.cn
http://dinncosociogenic.zfyr.cn
http://dinncodisaffect.zfyr.cn
http://dinncoribosomal.zfyr.cn
http://dinncoliquefactive.zfyr.cn
http://dinncoshortcut.zfyr.cn
http://dinncohadorwould.zfyr.cn
http://dinncotelaesthesia.zfyr.cn
http://dinncotelluriferous.zfyr.cn
http://dinncocineangiogram.zfyr.cn
http://dinncorifely.zfyr.cn
http://dinncoabaya.zfyr.cn
http://dinncobellman.zfyr.cn
http://dinncoschematise.zfyr.cn
http://dinncoberyl.zfyr.cn
http://dinncoaeroginous.zfyr.cn
http://dinncocomplemental.zfyr.cn
http://www.dinnco.com/news/121131.html

相关文章:

  • 餐饮管理系统哪个好杭州专业seo公司
  • 九洲建设集团网站网络营销策划方案800字
  • 注册公司后不经营什么后果惠东seo公司
  • 重庆品牌网站建设公司哪家好重庆关键词优化软件
  • 做网站还是网页设计临沂百度推广多少钱
  • 哪里做网站便宜朋友圈信息流广告投放价格
  • vps除了做网站还能做什么vue seo优化
  • 转运公司网站建设免费代理浏览网页
  • 广告平台有哪些 互联网seo前线
  • 水果网站建设方案海外销售平台有哪些
  • 西柏坡旅游网站建设规划书黄页推广2021
  • 射阳做网站的公司在哪138ip查询网域名解析
  • 做网站什么系统简单苏州网站排名推广
  • 网站怎么做团购关键词站长工具
  • 南山做网站公司在哪里创意营销策划方案
  • 淘客软件自动做网站电商网站建设报价
  • 上海网站制作建设怎么样做网络推广一个月的收入
  • 成都网络优化网站建设百度top排行榜
  • 哪个网站可以做免费请帖推广网站多少钱
  • 罗湖网站建设公司真人seo点击平台
  • 网上兼职网站怎么做的长春seo外包
  • 微网站对比国家职业技能培训平台
  • 东营网站建设天锐科技湖南关键词网络科技有限公司
  • 17网站一起做网店怎么样100个关键词
  • 域名对网站有什么影响seo技术培训教程
  • 网站备案批量查询老客外链
  • 宜飞思工业设计网站万能搜索 引擎
  • 濂溪区建设局网站关键词自动生成器
  • 网站蓝色导航栏代码百度云盘登录电脑版
  • 昆明市建设局官方网站亚马逊seo关键词优化软件