From 7eb5d71ff4183f16d5ba897cdbabc8edd9ee2955 Mon Sep 17 00:00:00 2001 From: "Hugh.C" Date: Wed, 13 May 2020 18:16:21 +0800 Subject: [PATCH] =?UTF-8?q?REPORT-31421=20=E9=97=B4=E8=B7=9D=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E5=AF=BC=E8=87=B4=E5=88=87=E5=89=B2=E5=90=8E=E7=9A=84?= =?UTF-8?q?HTML=20=E5=90=AB=E6=9C=89line-height=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../v2/lowagie/text/html/simpleparser/FactoryProperties.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fine-itext/src/com/fr/third/v2/lowagie/text/html/simpleparser/FactoryProperties.java b/fine-itext/src/com/fr/third/v2/lowagie/text/html/simpleparser/FactoryProperties.java index cf53266c4..b2e3ccf4f 100644 --- a/fine-itext/src/com/fr/third/v2/lowagie/text/html/simpleparser/FactoryProperties.java +++ b/fine-itext/src/com/fr/third/v2/lowagie/text/html/simpleparser/FactoryProperties.java @@ -140,6 +140,9 @@ public class FactoryProperties { if(props.hasProperty("line-height")){ p.setAttribute("line-height", props.getProperty("line-height")); } + if (props.hasProperty("noexist-attrid")) { + p.setAttribute("noexist-attrid", props.getProperty("noexist-attrid")); + } for(String margin : HtmlConstants.MARGIN){ if(props.hasPropertyInChain("div", margin)){ String ss = props.getPropertyFromChain("div", margin);