Exemplo n.º 1
0
 public bool IsValidXHTML(string html, XHTMLValidationType type)
 {
     using (Class747 class2 = new Class747())
     {
         return(class2.imethod_2(html, type));
     }
 }
Exemplo n.º 2
0
 public bool IsValidXHTML(string html, XHTMLValidationType type, out string exceptionMessage)
 {
     using (Class747 class2 = new Class747())
     {
         return(class2.imethod_3(html, type, out exceptionMessage));
     }
 }
Exemplo n.º 3
0
 public void InsertXHTML(string html, int paragraphIndex, int paragraphItemIndex)
 {
     using (Class747 class2 = new Class747())
     {
         class2.imethod_0(this, html, paragraphIndex, paragraphItemIndex);
     }
 }