Accessing the 'text' in a TextFlow instance?
How do I actually access the textual content of a TextFlow object?
When there is a single SpanElement in the TextFlow then I am able to use ...
mySpan.text
But if I have added multiple SpanElements to the ParagraphElement then how do I get the entire textual content so that I can store it in a String variable.
I am also having problems accessing the entire text when the user has pasted in to an editable field, I presume this is because of multiple SpanElements being created.
Is there anything that is the equivalent to the old ...
myTextField.text
Thanks in advance,
Adrian
