htmlprn.tex
来自「很牛的GUI源码wxWidgets-2.8.0.zip 可在多种平台下运行.」· TEX 代码 · 共 14 行
TEX
14 行
\subsection{HTML Printing}\label{printing}The wxHTML library provides printing facilities with several levels of complexity. The easiest way to print an HTML document is to use \helpref{wxHtmlEasyPrinting class}{wxhtmleasyprinting}. It lets you print HTML documents with only onecommand and you don't have to worry about deriving from the wxPrintout class at all. It is only a simple wrapper around the \helpref{wxHtmlPrintout}{wxhtmlprintout}, normal wxWidgets printout class.And finally there is the low level class \helpref{wxHtmlDCRenderer}{wxhtmldcrenderer} which you can use torender HTML into a rectangular area on any DC. It supports rendering into multiple rectangles with the samewidth. (The most common use of this is placing one rectangle on each page or printing into two columns.)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?