htmltags.tex
来自「很牛的GUI源码wxWidgets-2.8.0.zip 可在多种平台下运行.」· TEX 代码 · 共 152 行
TEX
152 行
\subsection{Tags supported by wxHTML}\label{htmltagssupported}wxHTML is not full implementation of HTML standard. Instead, it supports most common tags so that it is possible to display {\it simple} HTML documents with it. (For example it works fine with pages createdin Netscape Composer or generated by tex2rtf).Following tables list all tags known to wxHTML, together with supported parameters.A tag has general form of {\tt <tagname param\_1 param\_2 ... param\_n>} where param\_i iseither {\tt paramname="paramvalue"} or {\tt paramname=paramvalue} - these two are equivalent. Unless stated otherwise, wxHTML is case-insensitive.\wxheading{Table of common parameter values}We will use these substitutions in tags descriptions:\begin{verbatim}[alignment] CENTER LEFT RIGHT JUSTIFY[v_alignment] TOP BOTTOM CENTER [color] HTML 4.0-compliant colour specification[fontsize] -2 -1 +0 +1 +2 +3 +4 1 2 3 4 5 6 7[pixels] integer value that represents dimension in pixels[percent] i% where i is integer[url] an URL [string] text string[coords] c(1),c(2),c(3),...,c(n) where c(i) is integer\end{verbatim}\wxheading{List of supported tags}\begin{verbatim}A NAME=[string] HREF=[url] TARGET=[target window spec]ADDRESSAREA SHAPE=POLY SHAPE=CIRCLE SHAPE=RECT COORDS=[coords] HREF=[url]BBIGBLOCKQUOTEBODY TEXT=[color] LINK=[color] BGCOLOR=[color]BR ALIGN=[alignment]CENTERCITECODEDDDIV ALIGN=[alignment]DLDTEMFONT COLOR=[color] SIZE=[fontsize] FACE=[comma-separated list of facenames]HR ALIGN=[alignment] SIZE=[pixels] WIDTH=[percent|pixels] NOSHADEH1H2H3H4H5H6IIMG SRC=[url] WIDTH=[pixels] HEIGHT=[pixels] ALIGN=TEXTTOP ALIGN=CENTER ALIGN=ABSCENTER ALIGN=BOTTOM USEMAP=[url]KBDLIMAP NAME=[string]META HTTP-EQUIV="Content-Type" CONTENT=[string]OLP ALIGN=[alignment]PRESAMPSMALLSTRIKESTRONGSUBSUPTABLE ALIGN=[alignment] WIDTH=[percent|pixels] BORDER=[pixels] VALIGN=[v_alignment] BGCOLOR=[color] CELLSPACING=[pixels] CELLPADDING=[pixels]TD ALIGN=[alignment] VALIGN=[v_alignment] BGCOLOR=[color] WIDTH=[percent|pixels] COLSPAN=[pixels] ROWSPAN=[pixels] NOWRAPTH ALIGN=[alignment] VALIGN=[v_alignment] BGCOLOR=[color] WIDTH=[percent|pixels] COLSPAN=[pixels] ROWSPAN=[pixels]TITLETR ALIGN=[alignment] VALIGN=[v_alignment] BGCOLOR=[color]TTUUL\end{verbatim}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?