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: str='') -> 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.
Returns the HTML string.
str
bool
Sets the HTML string.
html (string)
None
See GetAllFormats