1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
\hypertarget{namespaceodf_1_1odf2xhtml}{\section{odf.\+odf2xhtml Namespace Reference}
\label{namespaceodf_1_1odf2xhtml}\index{odf.\+odf2xhtml@{odf.\+odf2xhtml}}
}
\subsection*{Classes}
\begin{DoxyCompactItemize}
\item
class \hyperlink{classodf_1_1odf2xhtml_1_1ODF2XHTML}{O\+D\+F2\+X\+H\+T\+M\+L}
\begin{DoxyCompactList}\small\item\em The \hyperlink{classodf_1_1odf2xhtml_1_1ODF2XHTML}{O\+D\+F2\+X\+H\+T\+M\+L} parses an O\+D\+F file and produces X\+H\+T\+M\+L. \end{DoxyCompactList}\item
class \hyperlink{classodf_1_1odf2xhtml_1_1ODF2XHTMLembedded}{O\+D\+F2\+X\+H\+T\+M\+Lembedded}
\begin{DoxyCompactList}\small\item\em The \hyperlink{classodf_1_1odf2xhtml_1_1ODF2XHTML}{O\+D\+F2\+X\+H\+T\+M\+L} parses an O\+D\+F file and produces X\+H\+T\+M\+L. \end{DoxyCompactList}\item
class \hyperlink{classodf_1_1odf2xhtml_1_1StyleToCSS}{Style\+To\+C\+S\+S}
\begin{DoxyCompactList}\small\item\em The purpose of the \hyperlink{classodf_1_1odf2xhtml_1_1StyleToCSS}{Style\+To\+C\+S\+S} class is to contain the rules to convert O\+D\+F styles to C\+S\+S2. \end{DoxyCompactList}\item
class \hyperlink{classodf_1_1odf2xhtml_1_1TagStack}{Tag\+Stack}
\end{DoxyCompactItemize}
\subsection*{Variables}
\begin{DoxyCompactItemize}
\item
dictionary \hyperlink{namespaceodf_1_1odf2xhtml_a45771f201b4cf26ab88c538306808fd7}{special\+\_\+styles}
\end{DoxyCompactItemize}
\subsection{Variable Documentation}
\hypertarget{namespaceodf_1_1odf2xhtml_a45771f201b4cf26ab88c538306808fd7}{\index{odf\+::odf2xhtml@{odf\+::odf2xhtml}!special\+\_\+styles@{special\+\_\+styles}}
\index{special\+\_\+styles@{special\+\_\+styles}!odf\+::odf2xhtml@{odf\+::odf2xhtml}}
\subsubsection[{special\+\_\+styles}]{\setlength{\rightskip}{0pt plus 5cm}dictionary odf.\+odf2xhtml.\+special\+\_\+styles}}\label{namespaceodf_1_1odf2xhtml_a45771f201b4cf26ab88c538306808fd7}
{\bfseries Initial value\+:}
\begin{DoxyCode}
1 = \{
2 \textcolor{stringliteral}{'S-Emphasis'}:\textcolor{stringliteral}{'em'},
3 \textcolor{stringliteral}{'S-Citation'}:\textcolor{stringliteral}{'cite'},
4 \textcolor{stringliteral}{'S-Strong\_20\_Emphasis'}:\textcolor{stringliteral}{'strong'},
5 \textcolor{stringliteral}{'S-Variable'}:\textcolor{stringliteral}{'var'},
6 \textcolor{stringliteral}{'S-Definition'}:\textcolor{stringliteral}{'dfn'},
7 \textcolor{stringliteral}{'S-Teletype'}:\textcolor{stringliteral}{'tt'},
8 \textcolor{stringliteral}{'P-Heading\_20\_1'}:\textcolor{stringliteral}{'h1'},
9 \textcolor{stringliteral}{'P-Heading\_20\_2'}:\textcolor{stringliteral}{'h2'},
10 \textcolor{stringliteral}{'P-Heading\_20\_3'}:\textcolor{stringliteral}{'h3'},
11 \textcolor{stringliteral}{'P-Heading\_20\_4'}:\textcolor{stringliteral}{'h4'},
12 \textcolor{stringliteral}{'P-Heading\_20\_5'}:\textcolor{stringliteral}{'h5'},
13 \textcolor{stringliteral}{'P-Heading\_20\_6'}:\textcolor{stringliteral}{'h6'},
14 \textcolor{comment}{# 'P-Caption':'caption',}
15 \textcolor{stringliteral}{'P-Addressee'}:\textcolor{stringliteral}{'address'},
16 \textcolor{comment}{# 'P-List\_20\_Heading':'dt',}
17 \textcolor{comment}{# 'P-List\_20\_Contents':'dd',}
18 \textcolor{stringliteral}{'P-Preformatted\_20\_Text'}:\textcolor{stringliteral}{'pre'},
19 \textcolor{comment}{# 'P-Table\_20\_Heading':'th',}
20 \textcolor{comment}{# 'P-Table\_20\_Contents':'td',}
21 \textcolor{comment}{# 'P-Text\_20\_body':'p'}
22 \}
\end{DoxyCode}
Definition at line 332 of file odf2xhtml.\+py.
|