wx.HTMLDataObject¶wx.HTMLDataObject is used for working with HTML-formatted text.
See also
Class Hierarchy¶
Inheritance diagram for class HTMLDataObject:
Methods Summary¶Constructor. |
|
Returns a list of wx.DataFormat objects which this data object |
|
Returns the HTML string. |
|
Sets the HTML string. |
Properties Summary¶See |
|
Class API¶Possible constructors:
HTMLDataObject(html='') -> None
HTMLDataObject is used for working with HTML-formatted text.
Constructor.
html (string)
None
Returns a list of wx.DataFormat objects which this data object supports transferring in the given direction.
Any
Returns the HTML string.
str
bool
Sets the HTML string.
html (string)
None
See GetAllFormats