wx.html.HtmlWordCell
This html cell represents a single word or text fragment in the document stream.
Class Hierarchy

Inheritance diagram for class
HtmlWordCell:
Methods Summary
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.
Methods
-
__init__(self, word: str, dc: DC)
- Parameters:
-
- Return type:
None