Added wxRICHTEXT_HANDLER_NO_HEADER_FOOTER to allow saving HTML fragments

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43460 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2006-11-17 08:40:01 +00:00
parent 523d2f145e
commit b774c69893
2 changed files with 14 additions and 4 deletions

View File

@@ -2090,6 +2090,10 @@ protected:
// Save images as inline base64 data in HTML handler
#define wxRICHTEXT_HANDLER_SAVE_IMAGES_TO_BASE64 0x0040
// Don't write header and footer (or BODY), so we can include the fragment
// in a larger document
#define wxRICHTEXT_HANDLER_NO_HEADER_FOOTER 0x0080
/*!
* wxRichTextFileHandler
* Base class for file handlers