Dealing with wrapping

Is it possible to determine in code, whether a textframe/paragraph/portion has availed itself of the textwrap functionality? In other words, is if possible to determine whether what was one line of text, has wrapped to two? If not, is there a way to determine how many lines a portion is displaying as? Thank you.

Ther is no way to find how text wrapped. This functionality used for rendering text only and
there are no any public properties or methods. You can only get height of resized TextFrame.