浏览我们的产品

Aspose.Diagram for .NET 19.5 发行说明

改进和变化

钥匙概括类别
DIAGRAMNET-51606从 Visio 图中检测并删除未使用的主题、数据图形和样式强化
DIAGRAMNET-51637分组容器内的嵌套形状未正确保留强化
DIAGRAMNET-51638当值为整数时无法获取 Prop.Value.Val强化
DIAGRAMNET-51640确定 Visio 文件中未使用的样式强化
DIAGRAMNET-50051VSDX to PDF conversion, missing connection arrow along with misplaced text漏洞
DIAGRAMNET-50052VSDX to PDF conversion, shapes with incorrect font text color漏洞
DIAGRAMNET-51179Incorrect shading over an email button on converting a VSDM to SVG漏洞
DIAGRAMNET-51190Incorrect display of hyperlinked shape on saving a VDX to SVG漏洞
DIAGRAMNET-51194Incorrect rendering of an icon on saving a VDX to SVG漏洞
DIAGRAMNET-51254Incorrect shading in the top bar on converting a VSDM to SVG漏洞
DIAGRAMNET-51618Visio to PDF - Bad Date Format and Missing Data漏洞
DIAGRAMNET-51628.vsdx 图表中已删除默认文本的文本值不正确漏洞
DIAGRAMNET-51634Visio to SVG - Wrong z-index of some shapes in output漏洞
DIAGRAMNET-51636Visio to SVG - not all path elements are correctly exported as rect elements漏洞
DIAGRAMNET-51641使用 API 重新保存 Visio 时会显示额外的图像漏洞

公共 API 和向后不兼容的更改

以下是对公众 API 所做的任何更改的列表,例如添加、重命名、删除或弃用成员,以及对 Aspose.Diagram for .NET 所做的任何非向后兼容更改。如果您对列出的任何更改有疑虑,请在这Aspose.Diagram 支持论坛.

在 Diagram 中添加 GetUnusedStyles

获取未使用的样式。

  StyleSheetCollection unused = diagram.GetUnusedStyles();


 
 简体中文