How to check consistent spacing between text in Word document using .NET

I need to verify entire word document with Consistent spacing between wording and numbers.

see examples below: “Y = 51” or “Y=51”

@knr

Please note that all text of the document is stored in runs of text. You can use Document.GetChildNodes method to get the Run nodes of document and work with text using Run.Text property.

We suggest you please read about Aspose.Words’ DOM from here:
Aspose.Words Document Object Model

If you face any issue, please ZIP and attach your input and expected output documents. We will then provide you more information about your query.