I am trying to achieve something like this:
Using String.Format("{0, -80}", "User Representative" + "Date")
doesn't work because symbols of word document have different sizes.
Best way to implement this would be using tab stops. My question is is it possible to create tab stops using Novacode-Docx library. If not are there any other ways to implement this ?