Is there any chance to recognize if text in paragraph object was wrapped to the next line

I have to fill 2 columns in paragraph object with lines of text, with first column is filled by titles and second one - with data (from datatable).

Sometimes length of data is more than column width and text is hyphenated. To keep both column consistent I have to add space line into title column then. Is there any way to recognize if text was wrapped to the next line. Right now I have to fill paragraph line by line and after each line to calculate ## of real lines in paragraph. It takes time in my apps. So, is it possible to know in advance that particular line will be wrapped?

Thank you