Spire.Doc 8.4.10

Spire.Doc 8.4.10 supports getting the properties of diagonals in table

We're pleased to announce the release of Spire.Doc 8.4.10. This version supports getting the properties of diagonals in table, and also it has fixed several issues occurred when converting or processing Word documents.

Here is a list of changes made in this release

Category ID Description
New Feature SPIREDOC-4147 Supports getting the properties of diagonals in table.
//Get the diagonal properties of table
BorderStyle bs_UP = table.TableFormat.Borders.DiagonalUp.BorderType;
Color color_UP = table.TableFormat.Borders.DiagonalUp.Color;
float width_UP = table.TableFormat.Borders.DiagonalUp.LineWidth;
BorderStyle bs_Down = table.TableFormat.Borders.DiagonalDown.BorderType;
Color color_Down = table.TableFormat.Borders.DiagonalDown.Color;
float width_Down = table.TableFormat.Borders.DiagonalDown.LineWidth;

//Get the diagonal properties of table cells
bs_UP = table[rowIndex, columnIndex].CellFormat.Borders.DiagonalUp.BorderType;
width_UP = table[rowIndex, columnIndex].CellFormat.Borders.DiagonalUp.LineWidth;
color_UP = table[rowIndex, columnIndex].CellFormat.Borders.DiagonalUp.Color;
bs_Down = table[rowIndex, columnIndex].CellFormat.Borders.DiagonalDown.BorderType;
color_Down = table[rowIndex, columnIndex].CellFormat.Borders.DiagonalDown.Color;
width_Down = table[rowIndex, columnIndex].CellFormat.Borders.DiagonalDown.LineWidth; 
Bug SPIREDOC-3865 Fixes the issue that content was incorrect when converting Word to PDF.
Bug SPIREDOC-4046 Fixes the issue that the application threw an exception "The object reference was not set to an instance of the object" when converting Word to images.
Bug SPIREDOC-4126 Fixes the issue that the field structure was broken after inserting HTML text.
Bug SPIREDOC-4149 Fixes the issue that the application threw an exception "The format of input string is incorrect" when loading document.
Bug SPIREDOC-4164 Fixes the issue that the application threw an exception "Index was out of range" when inserting HTML text.
Bug SPIREDOC-4204 Fixes the issue that the application threw an exception "An unhandled exception of type 'System.StackOverflowException' occurred in mscorlib.dll" when saving the document after updating fields.
Bug SPIREDOC-4161 Fixes the issue that there were extra double quotes when adding an Advance field.
Click the link to download Spire.Doc 8.4.10:
More information of Spire.Doc new release or hotfix: