.. wxPython Phoenix documentation
This file was generated by Phoenix's sphinx generator and associated
tools, do not edit by hand.
Copyright: (c) 2011-2020 by Total Control Software
License: wxWindows License
.. include:: headings.inc
.. _wx.html.HtmlWordCell:
==========================================================================================================================================
|phoenix_title| **wx.html.HtmlWordCell**
==========================================================================================================================================
This html cell represents a single word or text fragment in the document stream.
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html

Inheritance diagram for class
HtmlWordCell:
|
|sub_classes| Known Subclasses
==============================
:ref:`wx.html.HtmlWordWithTabsCell`
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.html.HtmlWordCell.__init__`
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: wx.html.HtmlWordCell(HtmlCell)
**Possible constructors**::
HtmlWordCell(word : str, dc : DC) -> None
This html cell represents a single word or text fragment in the
document stream.
.. method:: __init__(self, word : str, dc : DC)
:param `word`:
:type `word`: string
:param `dc`:
:type `dc`: wx.DC
:rtype: `None`