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

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

Méthodes publiques

Méthode Description
Clean ( string htmlSource ) : string

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

Method Details

Clean() public méthode

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