Implements saving a buffer to plain text.
Returns |
|
Returns |
|
Override to load content from stream into buffer. |
|
Override to save content to stream from buffer. |
Possible constructors:
RichTextPlainTextHandler(name: str="Text", ext: str="txt", type:
RichTextFileType=RICHTEXT_TYPE_TEXT) -> None
Implements saving a buffer to plain text.
name (string)
ext (string)
type (RichTextFileType)
None
Returns True
if we can load using this handler.
bool
Returns True
if we can save using this handler.
bool
Override to load content from stream into buffer.
buffer (wx.richtext.RichTextBuffer)
stream (wx.InputStream)
bool
Override to save content to stream from buffer.
buffer (wx.richtext.RichTextBuffer)
stream (wx.OutputStream)
bool