line break with different style

L

lain.kou

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?
 
J

Jezebel

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.
 
Top