public HtmlDocument(HtmlEditor editor)
 {
     _editor = editor;
 }
 public HtmlSelection(HtmlEditor editor)
 {
     _editor    = editor;
     _maxZIndex = 99;
 }
Esempio n. 3
0
 /// <summary>
 /// Constructor which simply takes an HtmlEditor to interface with MSHTML
 /// </summary>
 /// <param name="target"></param>
 public HtmlTextFormatting(HtmlEditor editor)
 {
     this.editor = editor;
 }