Example of Create SmartArt in ASP.NET Core Word (DocIO) Library
This sample demonstrates how to create a Word document with SmartArt graphics using the .NET Word Library (DocIO).
DEMO
SOURCE
The .NET Word Library (DocIO) supports creating SmartArt graphics from scratch and inserting them into Word documents (DOCX, DOTX, DOCM, and DOTM).
- Create 134 default SmartArt graphics equivalent to those in Microsoft Word.
- Insert SmartArt as 'in line with text' or 'position relative to the page' in a Word document.
- Add, modify, and remove SmartArt nodes.
More information about SmartArt can be found in this
Documentation
section.