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="Text", ext="txt",
type=RICHTEXT_TYPE_TEXT)
Implements saving a buffer to plain text.
name (string) –
ext (string) –
type (RichTextFileType) –
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