Advertisement
Advertisement
| 03.30.2008 at 06:56AM PDT, ID: 23280697 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: 7: 8: |
foreach (IHTMLElement2 in doc.all)
{
//get element adjacent text
//If text exists find the currentstyle.fontfamily.
//pass the text and font to textconverter and get the converted text.
//Replace the adjacent text.
//Go for next element.
}
|