Your First Aspose.Diagram Application - Hello World

Creating the Hello World Application

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

  1. Créez une instance de la classe Workbook.
  2. Appliquer la licence :
  3. Si vous avez acheté une licence, utilisez la licence dans votre application pour accéder à toutes les fonctionnalités de Aspose.Diagram.
  4. Si vous utilisez la version d’évaluation du composant (si vous utilisez Aspose.Diagram sans licence), ignorez cette étape.
  5. Créez un nouveau fichier Microsoft Visio ou ouvrez un fichier existant dans lequel vous souhaitez ajouter/mettre à jour du texte.
  6. Insérez les motsHello World! dans la page consultée.
  7. Générez le fichier Microsoft Visio modifié.

Les exemples ci-dessous illustrent les étapes ci-dessus.

Création d’un Diagram

The following example creates a new diagram from scratch, writes the words “Hello World!” on the first page, and saves the file.

Créer un nouveau fichier visio

tâche : image_autre_texte

Ouvrir un fichier existant

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.