So I have a particular run:
template.Sections[0].Body.Paragraphs[11].Runs[0]
The text in this run varies and thus sometimes the Run will span two lines but other times it will span one line. How do I tell how whether the Run is all on one line?
So I have a particular run:
Hi Adam,