Hi Adam,
I'm using version 4.0.0.4 of the editor and have seen this property in the documentation. That would be a solution for a part of my customers where I can parse the stylesheets from the source, but some of them are using inline styles:
<STYLE type=text/css media=screen>
P { MARGIN: 0.5em 0px 1.1em; FONT-STYLE: normal }
ADDRESS { MARGIN: 0.5em 0px 1.1em; FONT-STYLE: normal }
</STYLE>
and so on. Maybe theres a property that can parse the styles if I passed the content within the style tags?
thx,
John