.. include:: headings.inc .. currentmodule:: lib.iewin_old .. highlight:: python .. _lib.iewin_old.IEHtmlWindow: ========================================================================================================================================== |phoenix_title| **IEHtmlWindow** ========================================================================================================================================== | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for class **IEHtmlWindow** .. raw:: html

Inheritance diagram of IEHtmlWindow

| |super_classes| Known Superclasses ================================== :class:`activex.IEHtmlWindowBase` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~lib.iewin_old.IEHtmlWindow.__init__` :meth:`~lib.iewin_old.IEHtmlWindow.AddRef` :meth:`~lib.iewin_old.IEHtmlWindow.ClientToWindow` :meth:`~lib.iewin_old.IEHtmlWindow.ExecWB` :meth:`~lib.iewin_old.IEHtmlWindow.GetIDsOfNames` :meth:`~lib.iewin_old.IEHtmlWindow.GetProperty` :meth:`~lib.iewin_old.IEHtmlWindow.GetStringSelection` Returns the contents of the selected portion of the document as :meth:`~lib.iewin_old.IEHtmlWindow.GetText` Returns the contents of the the html document as either html or plain text. :meth:`~lib.iewin_old.IEHtmlWindow.GetTypeInfo` :meth:`~lib.iewin_old.IEHtmlWindow.GetTypeInfoCount` :meth:`~lib.iewin_old.IEHtmlWindow.GoBack` :meth:`~lib.iewin_old.IEHtmlWindow.GoForward` :meth:`~lib.iewin_old.IEHtmlWindow.GoHome` :meth:`~lib.iewin_old.IEHtmlWindow.GoSearch` :meth:`~lib.iewin_old.IEHtmlWindow.Invoke` :meth:`~lib.iewin_old.IEHtmlWindow.LoadStream` Load the html document from a wx.InputStream or a Python :meth:`~lib.iewin_old.IEHtmlWindow.LoadString` Load the html document from a string :meth:`~lib.iewin_old.IEHtmlWindow.LoadUrl` Load the document from url. :meth:`~lib.iewin_old.IEHtmlWindow.Navigate` :meth:`~lib.iewin_old.IEHtmlWindow.Navigate2` :meth:`~lib.iewin_old.IEHtmlWindow.PutProperty` :meth:`~lib.iewin_old.IEHtmlWindow.QueryInterface` :meth:`~lib.iewin_old.IEHtmlWindow.QueryStatusWB` :meth:`~lib.iewin_old.IEHtmlWindow.Quit` :meth:`~lib.iewin_old.IEHtmlWindow.RefreshPage` :meth:`~lib.iewin_old.IEHtmlWindow.Release` :meth:`~lib.iewin_old.IEHtmlWindow.SetCharset` :meth:`~lib.iewin_old.IEHtmlWindow.ShowBrowserBar` :meth:`~lib.iewin_old.IEHtmlWindow.Stop` ================================================================================ ================================================================================ | |property_summary| Properties Summary ===================================== ================================================================================ ================================================================================ :attr:`~lib.iewin_old.IEHtmlWindow.addressbar` :attr:`~lib.iewin_old.IEHtmlWindow.application` :attr:`~lib.iewin_old.IEHtmlWindow.busy` :attr:`~lib.iewin_old.IEHtmlWindow.container` :attr:`~lib.iewin_old.IEHtmlWindow.document` :attr:`~lib.iewin_old.IEHtmlWindow.fullname` :attr:`~lib.iewin_old.IEHtmlWindow.fullscreen` :attr:`~lib.iewin_old.IEHtmlWindow.height` :attr:`~lib.iewin_old.IEHtmlWindow.hwnd` :attr:`~lib.iewin_old.IEHtmlWindow.left` :attr:`~lib.iewin_old.IEHtmlWindow.locationname` :attr:`~lib.iewin_old.IEHtmlWindow.locationurl` :attr:`~lib.iewin_old.IEHtmlWindow.menubar` :attr:`~lib.iewin_old.IEHtmlWindow.name` :attr:`~lib.iewin_old.IEHtmlWindow.offline` :attr:`~lib.iewin_old.IEHtmlWindow.parent` :attr:`~lib.iewin_old.IEHtmlWindow.path` :attr:`~lib.iewin_old.IEHtmlWindow.readystate` :attr:`~lib.iewin_old.IEHtmlWindow.registerasbrowser` :attr:`~lib.iewin_old.IEHtmlWindow.registerasdroptarget` :attr:`~lib.iewin_old.IEHtmlWindow.resizable` :attr:`~lib.iewin_old.IEHtmlWindow.silent` :attr:`~lib.iewin_old.IEHtmlWindow.statusbar` :attr:`~lib.iewin_old.IEHtmlWindow.statustext` :attr:`~lib.iewin_old.IEHtmlWindow.theatermode` :attr:`~lib.iewin_old.IEHtmlWindow.toolbar` :attr:`~lib.iewin_old.IEHtmlWindow.top` :attr:`~lib.iewin_old.IEHtmlWindow.toplevelcontainer` :attr:`~lib.iewin_old.IEHtmlWindow.type` :attr:`~lib.iewin_old.IEHtmlWindow.visible` :attr:`~lib.iewin_old.IEHtmlWindow.width` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: IEHtmlWindow(activex.IEHtmlWindowBase) .. method:: __init__(self, parent, id=-1, pos=DefaultPosition, size=DefaultSize, style=0, name='IEHtmlWindow', ID=-1) .. method:: AddRef(self) .. method:: ClientToWindow(self, pcx, pcy) .. method:: ExecWB(self, cmdID, cmdexecopt, pvaIn, pvaOut=None) .. method:: GetIDsOfNames(self, riid, rgszNames, cNames, lcid) .. method:: GetProperty(self, Property) .. method:: GetStringSelection(self, asHTML=True) Returns the contents of the selected portion of the document as either html or plain text. .. method:: GetText(self, asHTML=True) Returns the contents of the the html document as either html or plain text. .. method:: GetTypeInfo(self, itinfo, lcid) .. method:: GetTypeInfoCount(self) .. method:: GoBack(self) .. method:: GoForward(self) .. method:: GoHome(self) .. method:: GoSearch(self) .. method:: Invoke(self, dispidMember, riid, lcid, wFlags, pdispparams) .. method:: LoadStream(self, stream) Load the html document from a wx.InputStream or a Python file-like object. .. method:: LoadString(self, html) Load the html document from a string .. method:: LoadUrl(self, URL, Flags=0) Load the document from url. .. method:: Navigate(self, URL, Flags=0, TargetFrameName=None, PostData=None, Headers=None) .. method:: Navigate2(self, URL, Flags=0, TargetFrameName=None, PostData=None, Headers=None) .. method:: PutProperty(self, Property, vtValue) .. method:: QueryInterface(self, riid) .. method:: QueryStatusWB(self, cmdID) .. method:: Quit(self) .. method:: RefreshPage(self, Level=REFRESH_NORMAL) .. method:: Release(self) .. method:: SetCharset(self, charset) .. method:: ShowBrowserBar(self, pvaClsid, pvarShow, pvarSize=None) .. method:: Stop(self)