I want to create a document and auto fill it using C# program, however, I have to fill the white space in the end of each paragraphe for Eg: let's say this is my paragraphe >
John Albert is a famous singer, he used to sing Rap songs even when he was a 4 years old boy.
I want it to look like that :
John Albert is a famous singer, he used to sing Rap songs even when he was a 4 years old boy. .......................................................
so the blank spaces will be filled by a character I choose for now I can generate texts and add them to the documents using the XML tags, any help?