| 13 | | to wxRichTextBuffer. You can either add the handler to the buffer |
| 14 | | and load and save through the buffer or control API, or you can |
| 15 | | create an instance of the handler on the stack and call its |
| 16 | | functions directly. |
| | 13 | to wxRichTextBuffer. |
| | 14 | |
| | 15 | You can either add the handler to the buffer and load and save through |
| | 16 | the buffer or control API, or you can create an instance of the handler |
| | 17 | on the stack and call its functions directly. |
| | 18 | |
| | 19 | |
| | 20 | @section richtextxmlhandler_flags Handler flags |
| | 21 | |
| | 22 | The following flags can be used with this handler, via the handler's SetFlags() |
| | 23 | function or the buffer or control's SetHandlerFlags() function: |
| | 24 | |
| | 25 | - wxRICHTEXT_HANDLER_INCLUDE_STYLESHEET |
| | 26 | Include the style sheet in loading and saving operations. |
| | 27 | |