This is the property that
you set to specify whether or not the RTF-2-HTML control should clean up
the HTML that has been generated. This method will process the HTML and
will make the HTML code look neat. If you are a writing code to process
the HTML output of the control for your own specific requirements then
this method will greatly ease your work.
Description
Specifies whether or not to clean
the HTML that the control generates.
Syntax
object.CleanHTML [=
x ]
The syntax of the CleanHTML property has these parts:
Part
Description
object
An
RTF-2-HTML v8 control.
x
A
string expression that specifies whether or not to clean the
HTML that the control generates, you can either specify a
"yes" or a "no" value.
Default
"no"
Remarks
This property only accepts a yes
or a no. If yes then the HTML that is generated by the
control will be cleaned.
If set to 'yes' this property will
take effect on all of the methods that generate HTML.
Data Type
String
Example
Sample Visual Basic
Code:
Where RTF2HTML1 is an instance of
an RTF-2-HTML Control.