.. wxPython Phoenix documentation
This file was generated by Phoenix's sphinx generator and associated
tools, do not edit by hand.
Copyright: (c) 2011-2018 by Total Control Software
License: wxWindows License
.. include:: headings.inc
.. currentmodule:: wx.lib.iewin
.. highlight:: python
.. _wx.lib.iewin.IEHtmlWindow:
==========================================================================================================================================
|phoenix_title| **wx.lib.iewin.IEHtmlWindow**
==========================================================================================================================================
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html

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