Skip to main content
Participant
December 22, 2009
Answered

How to get 'TextBlock' related to a paragraph element

  • December 22, 2009
  • 1 reply
  • 493 views

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

This topic has been closed for replies.
Correct answer rdermer

It can be accessed by the ParagraphElement tlf_internal function getTextBlock().  Note that this is in the tlf_internal namespace.  No guarantees are made about the side effects of making this call or that this call will be available in future versions.

Hope that helps,

Richard

1 reply

rdermerCorrect answer
Adobe Employee
December 22, 2009

It can be accessed by the ParagraphElement tlf_internal function getTextBlock().  Note that this is in the tlf_internal namespace.  No guarantees are made about the side effects of making this call or that this call will be available in future versions.

Hope that helps,

Richard

Participant
December 23, 2009

hii Richard.

Thanks a lot, it's seems i had solution.

Reagards

Osuri Kiran Kumar