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));