Spire.Doc for Java 3.4.3

Spire.Doc for Java 3.4.3 supports setting the diagonal border of table cell

We're pleased to announce the release of Spire.Doc for Java 3.4.3. This version supports setting the diagonal border of table cell. Besides,some issues that occurred when converting Word to PDF,loading and saving Word documents are successfully fixed. More details are listed below.

Here is a list of changes made in this release

Category ID Description
New Feature SPIREDOC-4147 Supports setting the diagonal border of table cell.
table.get(0,0).getCellFormat().getBorders().getDiagonalUp().setBorderType(BorderStyle.Single);
table.get(0,0).getCellFormat().getBorders().getDiagonalUp().setColor(Color.blue);
table.get(0,0).getCellFormat().getBorders().getDiagonalUp().setLineWidth(0.5f);
table.get(0,0).getCellFormat().getBorders().getDiagonalDown().setBorderType(BorderStyle.Single);
table.get(0,0).getCellFormat().getBorders().getDiagonalDown().setColor(Color.blue);
table.get(0,0).getCellFormat().getBorders().getDiagonalDown().setLineWidth(0.5f);
Bug SPIREDOC-3953
SPIREDOC-4023
SPIREDOC-4136
SPIREDOC-4141
Fixes the issue that the application threw the "NullPointerException" when loading Word document.
Bug SPIREDOC-3954
SPIREDOC-4016
Fixes the issue that SaveToFile method threw the "ClassCastException" after removing section break.
Bug SPIREDOC-3972
SPIREDOC-3986
SPIREDOC-4022
SPIREDOC-4051
SPIREDOC-4091
Fixes the issue that the application threw the exception "Cannot remove because there is no parent" when loading Word document.
Bug SPIREDOC-4007
SPIREDOC-4024
SPIREDOC-4093
Fixes the issue that the application threw the exception "No have this value 1062" when loading Word document.
Bug SPIREDOC-4042 Fixes the issue that the tag could not be recognized as page break after converting XML to Word.
Bug SPIREDOC-4043
SPIREDOC-4097
SPIREDOC-4131
Fixes the issue that the application threw the exception "Value was either too large or too small for Int32" when loading Word document.
Bug SPIREDOC-4050 Fixes the issue that the application threw the exception "This is not a structured storage file" when loading Word document.
Bug SPIREDOC-4104 Fixes the issue that the application threw the "IndexOutOfBoundsException" when converting Word to PDF.
Bug SPIREDOC-4123 Fixes the issue that the application threw the exception "com.spire.doc.documents.VerticalOrigin cannot be cast to com.spire.doc.verticalRelation" when loading Word document.
Bug SPIREDOC-4139 Fixes the issue that SaveToFile method threw "The argument cannot be null or empty string" after removing section break.
Bug SPIREDOC-4142 Fixes the issue that SaveToFile method threw the "NullPointerException" after clearing formatting of paragraph list.
Bug SPIREDOC-4145 Fixes the issue that SaveToFile method threw the "Unrecognized image type" after removing section break.
Click the link to download Spire.Doc for Java 3.4.3: