Your First Aspose.Diagram Application - Hello World
Contents
[
Hide
]
This tutorial shows how to create a very first application (Hello World) using Aspose.Diagram' simple API. This simple application creates a Microsoft Visio file with the text ‘Hello World’ in a specified Page.
Creating the Hello World Application
The steps below creates the Hello World application using the Aspose.Diagram API:
- 创建一个实例Diagram班级。
- 如果你有驾照,那么应用它. 如果您使用的是评估版,请跳过与许可证相关的代码行。
- 创建一个新的 Visio 文件,或打开一个现有的 Visio 文件。
- 创建一个新的文本框。
- 插入单词**Hello World!**到一个文本框中。
- 生成修改后的 Microsoft Visio 文件。
下面的示例演示了上述步骤的实现。
代码示例:创建一个新的 Diagram
The following example creates a new diagram from the scratch, writes Hello World! on the first page and saves the Visio file.
代码示例:打开现有文件
The following example opens an existing Microsoft Visio template file named “Sample.vsdx”, inputs “Hello World!” text in the first page and saves the diagram.