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