From: Julian Smart Date: Fri, 17 Nov 2006 08:42:12 +0000 (+0000) Subject: Documented wxRICHTEXT_HANDLER_NO_HEADER_FOOTER X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5600fb6e6fd9d98e964b121ebd669102d2f29439?ds=inline Documented wxRICHTEXT_HANDLER_NO_HEADER_FOOTER git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/richtexthtmlhandler.tex b/docs/latex/wx/richtexthtmlhandler.tex index e98a928421..fb0cd23d29 100644 --- a/docs/latex/wx/richtexthtmlhandler.tex +++ b/docs/latex/wx/richtexthtmlhandler.tex @@ -29,6 +29,7 @@ SetHandlerFlags function: \twocolitem{\windowstyle{wxRICHTEXT\_HANDLER\_SAVE\_IMAGES\_TO\_MEMORY}}{Images are saved to the memory filesystem: suitable for showing wxHTML windows.} \twocolitem{\windowstyle{wxRICHTEXT\_HANDLER\_SAVE\_IMAGES\_TO\_FILES}}{Images are saved to temporary files: suitable for showing in wxHTML windows.} \twocolitem{\windowstyle{wxRICHTEXT\_HANDLER\_SAVE\_IMAGES\_TO\_BASE64}}{Images are written with the HTML files in Base 64 format: suitable for showing in web browsers.} +\twocolitem{\windowstyle{wxRICHTEXT\_HANDLER\_NO\_HEADER\_FOOTER}}{Don't include header and footer tags (HTML, HEAD, BODY), so that the HTML can be used as part of a larger document.} \end{twocollist} \wxheading{Derived from}