

In this article, I’ll show you how to create a custom list style that doesn’t have a hanging indent. You could modify the font of an existing list style that doesn’t have the hanging indent, but you don’t want to take that route. In fact, there’s no built-in list style that uses Normal as the text style and doesn’t have a hanging indent. Select the text and click Numbering in the Paragraph group.

Image: Andrey_Popov/Shutterstock Must-read Windows coverageĭefend your network with Microsoft outside-in security servicesĪ simple numbered list is easy to generate in Microsoft Word. For more info, visit our Terms of Use page. This may influence how and where their products appear on our site, but vendors cannot pay to influence the content of our reviews. We may be compensated by vendors who appear on this page through methods such as affiliate links or sponsored partnerships. When you need a numbered list without a hanging indent in Microsoft Word, create a custom list style instead of modifying a built-in one. If you'd like to remove the evaluation message from the generated documents, or to get rid of the function limitations, please request a 30-day trial license for yourself.How to create a numbered list without the hanging indent in Word 'Get the fourth paragraph and set hanging indentĭim para4 As Paragraph = doc.Sections(0).Paragraphs(3)ĭoc.SaveToFile("Indent.docx", FileFormat.Docx2010) 'Get the third paragraph and set first line indentĭim para3 As Paragraph = doc.Sections(0).Paragraphs(2) 'Get the second paragraph and set right indentĭim para2 As Paragraph = doc.Sections(0).Paragraphs(1) 'Get the first paragraph and set left indentĭim para1 As Paragraph = doc.Sections(0).Paragraphs(0) Save the document to another file using Document.SaveToFile() method.


Returns or sets the value that represents the left indent for paragraph. The table below lists some of the core classes and properties that are used to set different paragraph indents in a Word document. PM> Install-Package Spire.Doc Set Paragraph Indents in Word
