nsIStreamConverter
Last changed in Gecko 1.8 (Firefox 1.5 / Thunderbird 1.5 / SeaMonkey 1.0)"@mozilla.org/streamconv;1?from=text/plain&to=text/html"
. You should normally obtain an instance via the nsIStreamConverterService
interface.
void preFormatHTML(in boolean value); |
void setTitle(in wstring text); |
Prior versions of the interface named the methods using the InitialCaps style instead of the interCaps style.
Specifies whether or not to wrap the resulting HTML in an <pre>
block.
void preFormatHTML( in boolean value );
value
true
to wrap the resulting HTML in a <pre>
block.Sets the title to use on the resulting HTML document.
void setTitle( in wstring text );
text