Text Wrapping Style in ASP.NET Core DOCX Editor
14 Aug 20261 minute to read
Text wrapping refers to how images and shapes are placed within the surrounding text in a document. Currently, the ASP.NET Core DOCX Editor (Document Editor) has only preservation support for images and textbox shapes with the following wrapping styles.
In line with text
In this option, the image or shape is placed on the same line and surrounded by text like any other word or letter. This image or shape will be automatically moved along with the text while editing; the other options keep the image or shape in a fixed position while the text shifts and wraps around it.
In front of text
In this option, the image or shape is placed in front of the text. This can be used to place an image over some text or to add a shape to highlight part of a paragraph.
NOTE
Starting from v18.2.0.x, the in front of text wrapping styles are supported.
Top and bottom
In this option, text wraps above and below the image or shape. No text is to the left or right of the image or shape. This can be used for larger images or shapes that occupy most of the width of a document.
NOTE
Starting from v19.1.0.x, the top and bottom wrapping style is supported.
Behind
In this option, the image or shape is placed behind the text. This can be used when you need to add a watermark or background image to a document.
NOTE
Starting from v19.2.0.x, behind text wrapping styles are supported.
Square
In this option, text wraps around the image or text box in a square shape.
NOTE
TightandThroughstyles will be preserved as theSquarewrapping style in the Document Editor, which is supported from v19.2.0.x.