Hi, I have a table cell which have two lines of text broken by
ctrl+enter. I able to read the text and seperate it using line
seperator but the thing is first line of the text is a hyperlink. any
idea how can i retrieve them as a Paragraph/anything so i can retrieve
their style, hyperlinks individually?

Re: line break with different style by Jezebel

Jezebel
Mon Sep 11 03:31:12 CDT 2006

Either replace the line break with a paragraph break, then retrieve the
paragraphs seperately; or retrieve the entire paragraph and split it into
two ranges on the position of the line break.



<lain.kou@gmail.com> wrote in message
news:1157958668.559914.122620@d34g2000cwd.googlegroups.com...
> Hi, I have a table cell which have two lines of text broken by
> ctrl+enter. I able to read the text and seperate it using line
> seperator but the thing is first line of the text is a hyperlink. any
> idea how can i retrieve them as a Paragraph/anything so i can retrieve
> their style, hyperlinks individually?
>