How to set firstlineindent with 2 characters for each paragrah

Hi to all,


Who can tell me how to use aspose.words.dll to set firstlineindent with 2 characters for each paragraph in vb.net. Please provide me the whole demo codes.

Thanks!

Chen

Hi Chen,

Thanks for your inquiry. Please use ParagraphFormat.FirstLineIndent property to gets or sets the value (in points) for a first line or hanging indent. Use a positive value to set a first-line indent, and use a negative value to set a hanging indent.

Could you please share your input and expected output Word documents here for our reference? We will then provide you more information about your query along with code.