wx.HTMLDataObject is used for working with HTML-formatted text.
See also
Constructor. |
|
Returns a list of wx.DataFormat objects which this data object |
|
Returns the HTML string. |
|
Sets the HTML string. |
See |
|
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