Spire.Doc | 新闻
|
028-81705109
|
|
微信扫一扫
|

在线编辑/WebAPI

今天,我们发布了Spire.Doc 8.4.10,该版本支持获取表格中对角线的属性,并修复了转换和处理Word文档出现的一些问题。具体更新如下。 新功能: 支持获取表格以及表格单元格的对角线边框属性。 //获取表格的对角线属性 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; //获取表格单元格的对角线属性 bs_UP = table[rowIndex, columnIndex].CellFormat.Borders.DiagonalUp.BorderType; width_UP =…
Spire.Doc 8.4.7现已发布。此次更新主要修复了一些在Word转PDF以及加载文档时出现的问题。具体修复内容如下。 问题修复: 修复了在doc和docx格式之间转换包含MathType公式的文档时,公式不一致的问题。 修复了加载doc文档抛异常的问题。 修复了Word 转PDF内容不正确的问题。 获取Spire.Doc 8.4.7,请点击: https://www.e-iceblue.cn/Downloads/Spire-Doc-NET.html
Spire.Doc for Java 3.4.3 现已发布。该版本支持设置表格单元格的对角线边框。除此之外,一些在Word转PDF,加载和保存文档时出现的问题也得以成功解决。详情见下文。 新功能: 支持设置表格单元格的对角线边框。 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); 问题修复: 修复了加载文档抛"NullPointerException"的问题。 修复了清除分节符后保存文档抛“ClassCastException”的问题。 修复了加载文档抛异常"Cannot remove because there is no parent"的问题。 修复了加载文档抛异常"No have this value 1062"的问题。 修复了在转换XML到Word后,标签无法被识别为分页的问题。 修复了加载文档抛异常"Value was either too large or too…
Spire.Doc 8.4.0于今日发布。该版本主要包含了支持MonoAndroid、Xamarin.iOS 平台的 dlls。详情如下。 新功能: 支持MonoAndroid、Xamarin.iOS 平台。 获取Spire.Doc 8.4.0,请点击: https://www.e-iceblue.cn/Downloads/Spire-Doc-NET.html