Your First Aspose.Diagram Application - Hello World
Contents
[
Hide
]
This beginner’s topic shows how developers can create a simple first application (Hello World) using Aspose.Diagram' simple API. The application creates a Microsoft Visio file with the words Hello World in the page.
Creating the Hello World Application
To create the Hello World application using Aspose.Diagram API:
- 创建工作簿类的实例。
- 申请许可证:
- 如果您购买了许可证,则在您的应用程序中使用该许可证来访问 Aspose.Diagram 的全部功能
- 如果您使用的是组件的评估版(如果您使用的是 Aspose.Diagram 无许可证),请跳过此步骤。
- 创建一个新的 Microsoft Visio 文件,或打开一个现有文件,您要在其中添加/更新一些文本。
- 插入单词**Hello World!**进入访问的页面。
- 生成修改后的 Microsoft Visio 文件。
下面的示例演示了上述步骤。
创建一个 Diagram
The following example creates a new diagram from scratch, writes the words “Hello World!” on the first page, and saves the file.
创建新的 visio 文件
打开现有文件
The following example opens an existing Microsoft Visio template file, writes the words “Hello World!” in the first page, and saves the diagram as a new file.