| | |
| | | PdfPCell cell; |
| | | String pdfQzgzpailie = sysConfigService.selectConfigByKey("pdf_qzgzpailie"); |
| | | if (StrUtil.isNotBlank(pdfQzgzpailie) && pdfQzgzpailie.equalsIgnoreCase("h")){ |
| | | zongJianFont = PdfUtils.setFont(DEFAULT_ZONGJIAN_FONT_SIZE - 2); |
| | | zongJianTitleFont = PdfUtils.setFont(DEFAULT_ZONGJIAN_FONT_SIZE - 2); |
| | | zongJianFont = PdfUtils.setFont(DEFAULT_ZONGJIAN_FONT_SIZE - 6); |
| | | zongJianTitleFont = PdfUtils.setFont(DEFAULT_ZONGJIAN_FONT_SIZE -4); |
| | | zongJianTitleFont.setStyle(Font.BOLD); |
| | | PdfPTable tableQz = new PdfPTable(new float[]{90f, 90f, 60f, 60f, 60f, 60f}); |
| | | tableQz.setTotalWidth(PageSize.A4.getWidth() - 100); |