浏览我们的产品

Aspose.Diagram for Java 20.2 发行说明

改进和变化

钥匙概括类别
DIAGRAMJAVA-50361The shape foreground color is not being preserved on converting a VST to PNG强化
DIAGRAMJAVA-50504VSD to PDF - the color of lines is changed强化

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

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

在 ImageSaveOptions 中添加了 enlargePage

  • 指定是否放大页面
 com.aspose.diagram.ImageSaveOptions o = new com.aspose.diagram.ImageSaveOptions(SaveFileFormat.PNG);

opt.setEnlargePage(false);

在 Diagram 添加 hasHiddenInfo

  • 表示这个diagram是否有隐藏信息
 diagram.hasHiddenInfo();


 
 简体中文