Example of Format Text in ASP.NET MVC Word (DocIO) Library
This sample demonstrates how to format the text in the Word document using Essential DocIO.
DEMO
SOURCE
DocIO allows to customize appearance of the text with various formats such as character/text level formatting, paragraph level formatting and list level formatting.
- Character formatting includes the font properties like font family, size, style, underline, highlight, etc.
- Paragraph formatting includes indents, spacing, alignment etc.
- List level format includes bullet and numbered list formatting.
More information about text formatting can be found in this
documentation
section.