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

Replaces empty paragraphs with line breaks ('<br/>').
Inheritance: IHTMLCleaner
Mostrar archivo Open project: xwiki-contrib/xwiki-office Class Usage Examples

Public Methods

Method Description
Clean ( string htmlSource ) : string

Replaces empty paragraphs with line breaks ('<br/>').

Method Details

Clean() public method

Replaces empty paragraphs with line breaks ('<br/>').
public Clean ( string htmlSource ) : string
htmlSource string Initial HTML source.
return string