internal WebKitDOMCSSDeclarationStyle(IDOMCSSStyleDeclaration style)
 {
     this.sheet = style;
 }
 internal WebKitDOMCSSDeclarationStyle(IDOMCSSStyleDeclaration style)
 {
     this.sheet = style;
 }
 public int shouldChangeTypingStyle(WebView WebView, IDOMCSSStyleDeclaration currentStyle, IDOMCSSStyleDeclaration proposedStyle)
 {
     throw new NotImplementedException();
 }
 public int shouldApplyStyle(WebView WebView, IDOMCSSStyleDeclaration style, IDOMRange range)
 {
     throw new NotImplementedException();
 }
 public int shouldChangeTypingStyle(WebView WebView, IDOMCSSStyleDeclaration currentStyle, IDOMCSSStyleDeclaration proposedStyle)
 {
     throw new NotImplementedException();
 }
 public int shouldApplyStyle(WebView WebView, IDOMCSSStyleDeclaration style, IDOMRange range)
 {
     throw new NotImplementedException();
 }