ContentFiltering.Office.Word.Cleaners.TidyHTMLCleaner.TidyHTMLCleaner C# (CSharp) 메소드

TidyHTMLCleaner() 공개 메소드

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