After.png (989.4 KB)
Before.png (1003.4 KB)
In a Microsoft Word document, I am setting the left and right indents to zero. The first line indent is set to twenty-five. Sometimes, part of the second line moves up to the first line, causing two words to jam together. I am using C# in Visual Studio on Windows 10.
para.ParagraphFormat.LeftIndent = 0;
para.ParagraphFormat.RightIndent = 0;
para.ParagraphFormat.FirstLineIndent =25;