Your First Aspose.Diagram Application - Hello World

Creating the Hello World Application

To create the Hello World application using Aspose.Diagram API:

  1. 创建工作簿类的实例。
  2. 申请许可证:
  3. 如果您购买了许可证,则在您的应用程序中使用该许可证来访问 Aspose.Diagram 的全部功能
  4. 如果您使用的是组件的评估版(如果您使用的是 Aspose.Diagram 无许可证),请跳过此步骤。
  5. 创建一个新的 Microsoft Visio 文件,或打开一个现有文件,您要在其中添加/更新一些文本。
  6. 插入单词**Hello World!**进入访问的页面。
  7. 生成修改后的 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.