public void AppendOutside(QWebElement element) { interceptor.Invoke("appendOutside#", "appendOutside(const QWebElement&)", typeof(void), typeof(QWebElement), element); }
public string StyleProperty(string name, QWebElement.StyleResolveStrategy strategy) { return (string) interceptor.Invoke("styleProperty$$", "styleProperty(const QString&, QWebElement::StyleResolveStrategy) const", typeof(string), typeof(string), name, typeof(QWebElement.StyleResolveStrategy), strategy); }
public QWebElement(QWebElement arg1) : this((Type) null) { CreateProxy(); interceptor.Invoke("QWebElement#", "QWebElement(const QWebElement&)", typeof(void), typeof(QWebElement), arg1); }
public void Replace(QWebElement element) { interceptor.Invoke("replace#", "replace(const QWebElement&)", typeof(void), typeof(QWebElement), element); }
public void PrependInside(QWebElement element) { interceptor.Invoke("prependInside#", "prependInside(const QWebElement&)", typeof(void), typeof(QWebElement), element); }
public void EncloseWith(QWebElement element) { interceptor.Invoke("encloseWith#", "encloseWith(const QWebElement&)", typeof(void), typeof(QWebElement), element); }