WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsITXTToHTMLConv

IID:933355f6-1dd2-11b2-a9b0-d335b9e35983
Inherits From:nsIStreamConverter

This interface is implemented by the following components:


Methods

void preFormatHTML ( PRBool value ) void setTitle ( PRUnichar* text )

void preFormatHTML ( PRBool value )

Arguments:
value: : true to use an HTML header and footer on the document, false to omit it.

void setTitle ( PRUnichar* text )

Arguments:
text: : Title to set for the HTML document. Only applicable if preFormatHTML(true) is called.

Reference documentation is generated from Mozilla's source.