

Making your text look like traditional print though, that needs a little coding know-how.

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.WordPress makes it easy to publish digital content. 'Get the fourth paragraph and set hanging indentĭim para4 As Paragraph = doc.Sections(0).Paragraphs(3)ĭoc.SaveToFile("Indent.docx", FileFormat.Docx2010)
:max_bytes(150000):strip_icc()/how-to-do-a-hanging-indent-in-word-4172856-2-5b613897c9e77c0050089ec3.jpg)
'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)
