Question
are line breaks considered as a paragraph ?
Hi
I am imorting a HTML text into a TextFlow using TextConverter.importToFlow
The format I am using is TextConverter.TEXT_FIELD_HTML_FORMAT
I am setting the formatso the space after a paragrph as follows:
paragraphSpaceAfter = 30
My question is why are line breaks tag <br> give me the same space between lines as a paragraph?
can I control the height of the line breaks ?
