浏览我们的产品

Aspose.Diagram for .NET 18.3 发行说明

改进和变化

钥匙概括类别
DIAGRAMNET-50147VSD to XPS conversion, the empty pages are created having red cross images强化
DIAGRAMNET-51431为 Pages 集合添加 MoveTo 方法强化
DIAGRAMNET-50424  VSDX to PDF conversion, the icon is overlying the text漏洞
DIAGRAMNET-50459VSDX to PDF conversion, shape icon is misplaced from its original position漏洞
DIAGRAMNET-50460VSDX to PDF conversion, shape icon is misplaced from its original position漏洞
DIAGRAMNET-50674All HTML resources are not saved at the custom path漏洞
DIAGRAMNET-51403VSD 到图像 - 箭头错位漏洞
DIAGRAMNET-51427输出 VSDX - Shapes 中的控件不起作用漏洞
DIAGRAMNET-51429修复产品页面 URL 超过 NuGet 图库漏洞
DIAGRAMNET-51432VSDX打开保存例程不保留字体单元格漏洞
DIAGRAMNET-51433无法从 VSDX 绘图中检索所有形状名称漏洞

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

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

在 Page 类中添加 MoveTo 成员

MoveTo成员以目标页面索引为参数,移动页面在Visio绘图中的位置。

 // import diagram

Diagram diagram = new Diagram(dataDir + "Drawing1.vsdx");

Page newPage = new Page(1);

// move page in the diagram

newPage.MoveTo(2);

使用示例

请查看 Aspose.Diagram Wiki 文档中添加的帮助主题列表:

  1. 在 Visio 绘图中移动页面位置


 
 简体中文