• Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Localization
*Translated by Google Translator.
Currency
Essential Studio
HOME
All Controls

Example of Group Shapes in ASP.NET Core Word (DocIO) Library

This sample demonstrates how to create a Word document with Group shapes using Essential DocIO.
DEMO
SOURCE
Click the button to view the generated Word document. Please note that Microsoft Word Viewer or Microsoft Word is required to view the resultant Word document.
Save As :    
With DocIO, you can create an Group shape and insert it into the Word Open XML Format document (DOCX, DOTX, DOCM, DOTM). You can add text to the shape and format the shape in the document.
  • You can insert shape with "position relative to the page" in the Word document.
  • You can group and ungroup the shapes in Word document.
  • You can make shapes in the Word document accessible by defining alternate text.
More information about the Group shapes can be found in this documentation section.