C# 클래스 ContentFiltering.Office.Word.Cleaners.CorrectTagsClosingCleaner

Corrects the <img> and <br> tags generated by Word.
상속: IHTMLCleaner
파일 보기 프로젝트 열기: xwiki-contrib/xwiki-office 1 사용 예제들

공개 메소드들

메소드 설명
Clean ( string htmlSource ) : string

Corrects the img and br tags generated by Word.

CorrectTagsClosingCleaner ( string tagName ) : System

Cleaner constructor.

메소드 상세

Clean() 공개 메소드

Corrects the img and br tags generated by Word.
public Clean ( string htmlSource ) : string
htmlSource string The html source to be corrected.
리턴 string

CorrectTagsClosingCleaner() 공개 메소드

Cleaner constructor.
public CorrectTagsClosingCleaner ( string tagName ) : System
tagName string The name if the tag. Eg: "img", "br".
리턴 System