From 559a1e3a587b7cc51fe512bf008d92d96e0d3afc Mon Sep 17 00:00:00 2001 From: "Hugh.C" Date: Tue, 16 Jun 2020 12:25:24 +0800 Subject: [PATCH] =?UTF-8?q?REPORT-33691=20tr\td\th=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E5=8D=95=E5=85=83=E6=A0=BC=E5=AF=B9=E9=BD=90=E6=96=B9=E5=BC=8F?= =?UTF-8?q?=EF=BC=8C=E9=A2=84=E8=A7=88=E7=94=9F=E6=95=88=EF=BC=8C=E5=AF=BC?= =?UTF-8?q?=E5=87=BA=E4=B8=8D=E7=94=9F=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/fr/third/v2/lowagie/text/html/simpleparser/IncCell.java | 1 + 1 file changed, 1 insertion(+) diff --git a/fine-itext/src/main/java/com/fr/third/v2/lowagie/text/html/simpleparser/IncCell.java b/fine-itext/src/main/java/com/fr/third/v2/lowagie/text/html/simpleparser/IncCell.java index cd0f7a572..e3211042c 100644 --- a/fine-itext/src/main/java/com/fr/third/v2/lowagie/text/html/simpleparser/IncCell.java +++ b/fine-itext/src/main/java/com/fr/third/v2/lowagie/text/html/simpleparser/IncCell.java @@ -70,6 +70,7 @@ public class IncCell implements TextElementArray { */ public IncCell(String tag, ChainedProperties props) { cell = new PdfPCell((Phrase) null); + cell.setHorizontalAlignment(Element.ALIGN_UNDEFINED); String value = props.getProperty("colspan"); if (value != null) cell.setColspan(Integer.parseInt(value));