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="")
HTMLDataObject is used for working with HTML-formatted text.
Constructor.
html (string) –
Returns a list of wx.DataFormat objects which this data object supports transferring in the given direction.
Returns the HTML string.
string
bool
Sets the HTML string.
html (string) –
See GetAllFormats