Skip to main content
Participating Frequently
September 3, 2010
Answered

TextFlowTextLineFactory and hyperlinks

  • September 3, 2010
  • 1 reply
  • 547 views

hello

I'd like to use TextFlowTextLineFactory class for displaying texts with links. It renders hyperlink but interaction with them is immpossible. No roll over hand and no click response.

Am I doing something wrong or just the class ...

(Displaying the same text with FlowComposer ends up with correctly working hyperlinks)

This topic has been closed for replies.
Correct answer rdermer

Working hyperlinks and the factory is incompatible.

The factory generates static textLines that are completely disconnected from the TextFlow.  All knowledge of the LinkElements is gone.  For working links working you must use the StandardFlowComposer.

Richard

1 reply

rdermerCorrect answer
Adobe Employee
September 3, 2010

Working hyperlinks and the factory is incompatible.

The factory generates static textLines that are completely disconnected from the TextFlow.  All knowledge of the LinkElements is gone.  For working links working you must use the StandardFlowComposer.

Richard

Participating Frequently
September 4, 2010

ok. thank you.