ContentFiltering.Office.Word.Cleaners.TidyHTMLCleaner.TidyHTMLCleaner C# (CSharp) Method

TidyHTMLCleaner() public method

public TidyHTMLCleaner ( bool isWordHtml ) : System
isWordHtml bool
return System
        public TidyHTMLCleaner(bool isWordHtml)
        {
            this.isWordHtml = isWordHtml;
        }