C# Class ContentFiltering.Office.Word.Cleaners.ListCharsCleaner

Replaces some characters used by MS Word for bullet lists with 'o' characters.
Inheritance: IHTMLCleaner
Mostra file Open project: xwiki-contrib/xwiki-office Class Usage Examples

Public Methods

Method Description
Clean ( string htmlSource ) : string

Replaces some characters used by MS Word for bullet lists (like ·) with 'o' characters.

Method Details

Clean() public method

Replaces some characters used by MS Word for bullet lists (like ·) with 'o' characters.
public Clean ( string htmlSource ) : string
htmlSource string Initial HTML source.
return string