How to check Superscripts/Subscripts from Word document using .NET

How to verify the superscripts/Subscripts applied correctly or not in entire word documentsuperscript_subscript_image.PNG (5.6 KB)

@knr

Please iterate over Run nodes of document and use Run.Font property to get the font of Run node. You can use Font.Subscript and Font.Superscript properties to check either font is formatted as subscript and superscript.

If you still face problem, please share some more detail about your requirement along with input and expected output. We will then provide you more information about your query.

Thank you very much…your support, i will try and let you know…