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

Inheritance diagram of IEHtmlWindow

| |super_classes| Known Superclasses ================================== :class:`lib.activex.ActiveXCtrl` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~lib.iewin.IEHtmlWindow.__init__` :meth:`~lib.iewin.IEHtmlWindow.CanGoBack` :meth:`~lib.iewin.IEHtmlWindow.CanGoForward` :meth:`~lib.iewin.IEHtmlWindow.CommandStateChange` :meth:`~lib.iewin.IEHtmlWindow.GetStringSelection` Returns the contents of the selected portion of the document as :meth:`~lib.iewin.IEHtmlWindow.GetText` Returns the contents of the the html document as either html or plain text. :meth:`~lib.iewin.IEHtmlWindow.GoBack` :meth:`~lib.iewin.IEHtmlWindow.GoForward` :meth:`~lib.iewin.IEHtmlWindow.GoHome` :meth:`~lib.iewin.IEHtmlWindow.GoSearch` :meth:`~lib.iewin.IEHtmlWindow.LoadStream` Load the html document from a Python file-like object. :meth:`~lib.iewin.IEHtmlWindow.LoadString` Load the html document from a string :meth:`~lib.iewin.IEHtmlWindow.LoadUrl` Load the document from url. :meth:`~lib.iewin.IEHtmlWindow.Navigate` :meth:`~lib.iewin.IEHtmlWindow.Print` :meth:`~lib.iewin.IEHtmlWindow.PrintPreview` :meth:`~lib.iewin.IEHtmlWindow.Quit` :meth:`~lib.iewin.IEHtmlWindow.RefreshPage` :meth:`~lib.iewin.IEHtmlWindow.Stop` ================================================================================ ================================================================================ | |property_summary| Properties Summary ===================================== ================================================================================ ================================================================================ :attr:`~lib.iewin.IEHtmlWindow.busy` :attr:`~lib.iewin.IEHtmlWindow.document` :attr:`~lib.iewin.IEHtmlWindow.locationname` :attr:`~lib.iewin.IEHtmlWindow.locationurl` :attr:`~lib.iewin.IEHtmlWindow.offline` :attr:`~lib.iewin.IEHtmlWindow.readystate` :attr:`~lib.iewin.IEHtmlWindow.registerasbrowser` :attr:`~lib.iewin.IEHtmlWindow.registerasdroptarget` :attr:`~lib.iewin.IEHtmlWindow.silent` :attr:`~lib.iewin.IEHtmlWindow.type` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: IEHtmlWindow(lib.activex.ActiveXCtrl) .. method:: __init__(self, parent, id=-1, pos=DefaultPosition, size=DefaultSize, style=0, name='IEHtmlWindow') .. method:: CanGoBack(self) .. method:: CanGoForward(self) .. method:: CommandStateChange(self, this, command, enable) .. 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:: GoBack(self) .. method:: GoForward(self) .. method:: GoHome(self) .. method:: GoSearch(self) .. method:: LoadStream(self, stream) Load the html document from 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:: Print(self, showDialog=False) .. method:: PrintPreview(self) .. method:: Quit(self) .. method:: RefreshPage(self, Level=REFRESH_NORMAL) .. method:: Stop(self)