.. 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.HtmlWordWithTabsCell:
==========================================================================================================================================
|phoenix_title| **wx.html.HtmlWordWithTabsCell**
==========================================================================================================================================
:ref:`wx.html.HtmlWordCell` is a specialization for storing text fragments with embedded tab characters.
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html

Inheritance diagram for class
HtmlWordWithTabsCell:
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.html.HtmlWordWithTabsCell.__init__`
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: wx.html.HtmlWordWithTabsCell(HtmlWordCell)
**Possible constructors**::
HtmlWordWithTabsCell(word : str, wordOrig : str, linepos : int, dc : DC)
-> None
HtmlWordCell is a specialization for storing text fragments with
embedded tab characters.
.. method:: __init__(self, word : str, wordOrig : str, linepos : int, dc : DC)
:param `word`:
:type `word`: string
:param `wordOrig`:
:type `wordOrig`: string
:param `linepos`:
:type `linepos`: int
:param `dc`:
:type `dc`: wx.DC
:rtype: `None`