How to get 'TextBlock' related to a paragraph element
Hi
I want to get the 'TextBlock' related to the 'ParagraphElement' how i can get it,
Some on has posted that
var textBlock:TextBlock = paragraph.textBlock;
but it's not make any sense ; also 'ParagraphElement' does't have 'textBlock' property.
Thanks in advance.
OKK
