Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > 449803c2ef3315f9afd215efa4c6c5dc > files > 25

librevenge-doc-0.0.2-2.mga4.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>RVNGHTMLTextTextStyle.h Source File documentation</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.8.5 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&#160;List</span></a></li>
      <li><a href="globals.html"><span>File&#160;Members</span></a></li>
    </ul>
  </div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
      <div id="nav-sync" class="sync"></div>
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('RVNGHTMLTextTextStyle_8h_source.html','');});
</script>
<div id="doc-content">
<div class="header">
  <div class="headertitle">
<div class="title">RVNGHTMLTextTextStyle.h</div>  </div>
</div><!--header-->
<div class="contents">
<a href="RVNGHTMLTextTextStyle_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160;<span class="comment">/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */</span></div>
<div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="comment">/* librevenge</span></div>
<div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;<span class="comment"> * Version: MPL 2.0 / LGPLv2.1+</span></div>
<div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment"> * This Source Code Form is subject to the terms of the Mozilla Public</span></div>
<div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="comment"> * License, v. 2.0. If a copy of the MPL was not distributed with this</span></div>
<div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment"> * file, You can obtain one at http://mozilla.org/MPL/2.0/.</span></div>
<div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="comment"> * Major Contributor(s):</span></div>
<div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="comment"> * Copyright (C) 2002-2004 William Lachance (wrlach@gmail.com)</span></div>
<div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="comment"> * Copyright (C) 2002 Marc Maurer (uwog@uwog.net)</span></div>
<div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="comment"> * Copyright (C) 2004 Fridrich Strba (fridrich.strba@bluewin.ch)</span></div>
<div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="comment"> * Copyright (C) 2005 Net Integration Technologies (http://www.net-itech.com)</span></div>
<div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="comment"> * For minor contributions see the git repository.</span></div>
<div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="comment"> * Alternatively, the contents of this file may be used under the terms</span></div>
<div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="comment"> * of the GNU Lesser General Public License Version 2.1 or later</span></div>
<div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="comment"> * (LGPLv2.1+), in which case the provisions of the LGPLv2.1+ are</span></div>
<div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;<span class="comment"> * applicable instead of those above.</span></div>
<div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="comment"> */</span></div>
<div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;</div>
<div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="preprocessor">#ifndef RVNGHTMLTEXT_TEXTSTYLE_H</span></div>
<div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define RVNGHTMLTEXT_TEXTSTYLE_H</span></div>
<div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;<span class="preprocessor">#include &lt;ostream&gt;</span></div>
<div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;<span class="preprocessor">#include &lt;string&gt;</span></div>
<div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;<span class="preprocessor">#include &lt;map&gt;</span></div>
<div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;<span class="preprocessor">#include &lt;vector&gt;</span></div>
<div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;</div>
<div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="librevenge-generators_8h.html">librevenge-generators/librevenge-generators.h</a>&gt;</span></div>
<div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;</div>
<div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;<span class="keyword">namespace </span>librevenge</div>
<div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;{</div>
<div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="classlibrevenge_1_1RVNGHTMLTextParagraphStyleManager.html">   36</a></span>&#160;<span class="keyword">class </span><a class="code" href="classlibrevenge_1_1RVNGHTMLTextParagraphStyleManager.html">RVNGHTMLTextParagraphStyleManager</a></div>
<div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;{</div>
<div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;<span class="keyword">public</span>:</div>
<div class="line"><a name="l00040"></a><span class="lineno"><a class="line" href="classlibrevenge_1_1RVNGHTMLTextParagraphStyleManager.html#a57b0f76b0827b35bd9a375f4ce31ace9">   40</a></span>&#160;        <a class="code" href="classlibrevenge_1_1RVNGHTMLTextParagraphStyleManager.html#a57b0f76b0827b35bd9a375f4ce31ace9">RVNGHTMLTextParagraphStyleManager</a>() : <a class="code" href="classlibrevenge_1_1RVNGHTMLTextParagraphStyleManager.html#a9cd51b123b07371f2210635a9c417460">m_contentNameMap</a>(), <a class="code" href="classlibrevenge_1_1RVNGHTMLTextParagraphStyleManager.html#acfab7096552dfae947da52848daeabbd">m_idNameMap</a>()</div>
<div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;        {</div>
<div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160;        }</div>
<div class="line"><a name="l00044"></a><span class="lineno"><a class="line" href="classlibrevenge_1_1RVNGHTMLTextParagraphStyleManager.html#a51420133d69ea1dfe58b2ffc01783981">   44</a></span>&#160;        <span class="keyword">virtual</span> <a class="code" href="classlibrevenge_1_1RVNGHTMLTextParagraphStyleManager.html#a51420133d69ea1dfe58b2ffc01783981">~RVNGHTMLTextParagraphStyleManager</a>()</div>
<div class="line"><a name="l00045"></a><span class="lineno">   45</span>&#160;        {</div>
<div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160;        }</div>
<div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160;        <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGHTMLTextParagraphStyleManager.html#a242c8519c7ee8a6b688ac096c2aa1f82">defineParagraph</a>(<a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> <span class="keyword">const</span> &amp;pList);</div>
<div class="line"><a name="l00050"></a><span class="lineno">   50</span>&#160;        std::string <a class="code" href="classlibrevenge_1_1RVNGHTMLTextParagraphStyleManager.html#a7b391c6d1f5922dc7c046e09396a35c7">getClass</a>(<a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> <span class="keyword">const</span> &amp;pList);</div>
<div class="line"><a name="l00052"></a><span class="lineno">   52</span>&#160;        <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGHTMLTextParagraphStyleManager.html#a3120ce21dc2ae96f5eecb7a5e5eb5152">send</a>(std::ostream &amp;out);</div>
<div class="line"><a name="l00053"></a><span class="lineno">   53</span>&#160;<span class="keyword">protected</span>:</div>
<div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;        std::string <a class="code" href="classlibrevenge_1_1RVNGHTMLTextParagraphStyleManager.html#a5a544d9bef165f61688a44fab3642a77">getContent</a>(<a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> <span class="keyword">const</span> &amp;pList, <span class="keywordtype">bool</span> isList) <span class="keyword">const</span>;</div>
<div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="classlibrevenge_1_1RVNGHTMLTextParagraphStyleManager.html#a9cd51b123b07371f2210635a9c417460">   57</a></span>&#160;        std::map&lt;std::string, std::string&gt; <a class="code" href="classlibrevenge_1_1RVNGHTMLTextParagraphStyleManager.html#a9cd51b123b07371f2210635a9c417460">m_contentNameMap</a>;</div>
<div class="line"><a name="l00059"></a><span class="lineno"><a class="line" href="classlibrevenge_1_1RVNGHTMLTextParagraphStyleManager.html#acfab7096552dfae947da52848daeabbd">   59</a></span>&#160;        std::map&lt;int, std::string&gt; <a class="code" href="classlibrevenge_1_1RVNGHTMLTextParagraphStyleManager.html#acfab7096552dfae947da52848daeabbd">m_idNameMap</a>;</div>
<div class="line"><a name="l00061"></a><span class="lineno">   61</span>&#160;        <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGHTMLTextParagraphStyleManager.html#a683383bc8bbff393206301357663897a">parseBorders</a>(<a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> <span class="keyword">const</span> &amp;pList, std::ostream &amp;out) <span class="keyword">const</span>;</div>
<div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160;<span class="keyword">private</span>:</div>
<div class="line"><a name="l00063"></a><span class="lineno">   63</span>&#160;        <a class="code" href="classlibrevenge_1_1RVNGHTMLTextParagraphStyleManager.html#a57b0f76b0827b35bd9a375f4ce31ace9">RVNGHTMLTextParagraphStyleManager</a>(<a class="code" href="classlibrevenge_1_1RVNGHTMLTextParagraphStyleManager.html">RVNGHTMLTextParagraphStyleManager</a> <span class="keyword">const</span> &amp;orig);</div>
<div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160;        <a class="code" href="classlibrevenge_1_1RVNGHTMLTextParagraphStyleManager.html">RVNGHTMLTextParagraphStyleManager</a> <a class="code" href="classlibrevenge_1_1RVNGHTMLTextParagraphStyleManager.html#a41c2b3d7b72e15ce977ab280d5b992dc">operator=</a>(<a class="code" href="classlibrevenge_1_1RVNGHTMLTextParagraphStyleManager.html">RVNGHTMLTextParagraphStyleManager</a> <span class="keyword">const</span> &amp;orig);</div>
<div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;};</div>
<div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160;</div>
<div class="line"><a name="l00068"></a><span class="lineno"><a class="line" href="classlibrevenge_1_1RVNGHTMLTextListStyleManager.html">   68</a></span>&#160;<span class="keyword">class </span><a class="code" href="classlibrevenge_1_1RVNGHTMLTextListStyleManager.html">RVNGHTMLTextListStyleManager</a> : <span class="keyword">public</span> <a class="code" href="classlibrevenge_1_1RVNGHTMLTextParagraphStyleManager.html">RVNGHTMLTextParagraphStyleManager</a></div>
<div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;{</div>
<div class="line"><a name="l00070"></a><span class="lineno">   70</span>&#160;<span class="keyword">public</span>:</div>
<div class="line"><a name="l00071"></a><span class="lineno"><a class="line" href="structlibrevenge_1_1RVNGHTMLTextListStyleManager_1_1List.html">   71</a></span>&#160;        <span class="keyword">struct </span><a class="code" href="structlibrevenge_1_1RVNGHTMLTextListStyleManager_1_1List.html">List</a></div>
<div class="line"><a name="l00072"></a><span class="lineno">   72</span>&#160;        {</div>
<div class="line"><a name="l00074"></a><span class="lineno"><a class="line" href="structlibrevenge_1_1RVNGHTMLTextListStyleManager_1_1List.html#ac79512eba3e99f0753acf213459768d7">   74</a></span>&#160;                <a class="code" href="structlibrevenge_1_1RVNGHTMLTextListStyleManager_1_1List.html#ac79512eba3e99f0753acf213459768d7">List</a>() : <a class="code" href="structlibrevenge_1_1RVNGHTMLTextListStyleManager_1_1List.html#a7aaca26468280160e641d61bf7aed556">m_contentsList</a>(), <a class="code" href="structlibrevenge_1_1RVNGHTMLTextListStyleManager_1_1List.html#a1da21cd46f26a73c86c2774c0f6dbe1e">m_level</a>(0)</div>
<div class="line"><a name="l00075"></a><span class="lineno">   75</span>&#160;                {</div>
<div class="line"><a name="l00076"></a><span class="lineno">   76</span>&#160;                }</div>
<div class="line"><a name="l00078"></a><span class="lineno"><a class="line" href="structlibrevenge_1_1RVNGHTMLTextListStyleManager_1_1List.html#a321cfb0ff9d32c53e876600b4c411b13">   78</a></span>&#160;                <a class="code" href="structlibrevenge_1_1RVNGHTMLTextListStyleManager_1_1List.html#a321cfb0ff9d32c53e876600b4c411b13">~List</a>()</div>
<div class="line"><a name="l00079"></a><span class="lineno">   79</span>&#160;                {</div>
<div class="line"><a name="l00080"></a><span class="lineno">   80</span>&#160;                }</div>
<div class="line"><a name="l00082"></a><span class="lineno">   82</span>&#160;                <span class="keywordtype">void</span> <a class="code" href="structlibrevenge_1_1RVNGHTMLTextListStyleManager_1_1List.html#afc58739b06e81ff237980811c7868c54">setLevel</a>(<span class="keywordtype">int</span> lvl, <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> <span class="keyword">const</span> &amp;property, <span class="keywordtype">bool</span> ordered);</div>
<div class="line"><a name="l00084"></a><span class="lineno"><a class="line" href="structlibrevenge_1_1RVNGHTMLTextListStyleManager_1_1List.html#a4a6eee936f88fe3d9aa16c769d3c66a8">   84</a></span>&#160;                <span class="keywordtype">void</span> <a class="code" href="structlibrevenge_1_1RVNGHTMLTextListStyleManager_1_1List.html#a4a6eee936f88fe3d9aa16c769d3c66a8">openLevel</a>()<span class="keyword"> const</span></div>
<div class="line"><a name="l00085"></a><span class="lineno">   85</span>&#160;<span class="keyword">                </span>{</div>
<div class="line"><a name="l00086"></a><span class="lineno">   86</span>&#160;                        <a class="code" href="structlibrevenge_1_1RVNGHTMLTextListStyleManager_1_1List.html#a1da21cd46f26a73c86c2774c0f6dbe1e">m_level</a>++;</div>
<div class="line"><a name="l00087"></a><span class="lineno">   87</span>&#160;                }</div>
<div class="line"><a name="l00089"></a><span class="lineno"><a class="line" href="structlibrevenge_1_1RVNGHTMLTextListStyleManager_1_1List.html#a5306ffe5ca40926a45c37a77c6b20c27">   89</a></span>&#160;                <span class="keywordtype">void</span> <a class="code" href="structlibrevenge_1_1RVNGHTMLTextListStyleManager_1_1List.html#a5306ffe5ca40926a45c37a77c6b20c27">closeLevel</a>()<span class="keyword"> const</span></div>
<div class="line"><a name="l00090"></a><span class="lineno">   90</span>&#160;<span class="keyword">                </span>{</div>
<div class="line"><a name="l00091"></a><span class="lineno">   91</span>&#160;                        <span class="keywordflow">if</span> (<a class="code" href="structlibrevenge_1_1RVNGHTMLTextListStyleManager_1_1List.html#a1da21cd46f26a73c86c2774c0f6dbe1e">m_level</a> &lt;= 0)</div>
<div class="line"><a name="l00092"></a><span class="lineno">   92</span>&#160;                                <span class="keywordflow">return</span>;</div>
<div class="line"><a name="l00093"></a><span class="lineno">   93</span>&#160;                        <a class="code" href="structlibrevenge_1_1RVNGHTMLTextListStyleManager_1_1List.html#a1da21cd46f26a73c86c2774c0f6dbe1e">m_level</a>--;</div>
<div class="line"><a name="l00094"></a><span class="lineno">   94</span>&#160;                }</div>
<div class="line"><a name="l00095"></a><span class="lineno">   95</span>&#160;</div>
<div class="line"><a name="l00097"></a><span class="lineno">   97</span>&#160;                std::string <a class="code" href="structlibrevenge_1_1RVNGHTMLTextListStyleManager_1_1List.html#ac970d8de741722e0e42c135451bc2201">str</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00098"></a><span class="lineno">   98</span>&#160;        <span class="keyword">protected</span>:</div>
<div class="line"><a name="l00100"></a><span class="lineno"><a class="line" href="structlibrevenge_1_1RVNGHTMLTextListStyleManager_1_1List.html#a7aaca26468280160e641d61bf7aed556">  100</a></span>&#160;                std::vector&lt;std::string&gt; <a class="code" href="structlibrevenge_1_1RVNGHTMLTextListStyleManager_1_1List.html#a7aaca26468280160e641d61bf7aed556">m_contentsList</a>;</div>
<div class="line"><a name="l00102"></a><span class="lineno"><a class="line" href="structlibrevenge_1_1RVNGHTMLTextListStyleManager_1_1List.html#a1da21cd46f26a73c86c2774c0f6dbe1e">  102</a></span>&#160;                <span class="keyword">mutable</span> <span class="keywordtype">int</span> <a class="code" href="structlibrevenge_1_1RVNGHTMLTextListStyleManager_1_1List.html#a1da21cd46f26a73c86c2774c0f6dbe1e">m_level</a>;</div>
<div class="line"><a name="l00103"></a><span class="lineno">  103</span>&#160;        };</div>
<div class="line"><a name="l00105"></a><span class="lineno"><a class="line" href="classlibrevenge_1_1RVNGHTMLTextListStyleManager.html#a179b6809f8a3dfa4c20846ba2dfa29e4">  105</a></span>&#160;        <a class="code" href="classlibrevenge_1_1RVNGHTMLTextListStyleManager.html#a179b6809f8a3dfa4c20846ba2dfa29e4">RVNGHTMLTextListStyleManager</a>() : <a class="code" href="classlibrevenge_1_1RVNGHTMLTextParagraphStyleManager.html">RVNGHTMLTextParagraphStyleManager</a>(), <a class="code" href="classlibrevenge_1_1RVNGHTMLTextListStyleManager.html#aced822d84a5a6252f4386c972fdc95e2">m_levelNameMap</a>(),</div>
<div class="line"><a name="l00106"></a><span class="lineno">  106</span>&#160;                <a class="code" href="classlibrevenge_1_1RVNGHTMLTextListStyleManager.html#ac564334243222559dd06981e864861c2">m_idListMap</a>(), <a class="code" href="classlibrevenge_1_1RVNGHTMLTextListStyleManager.html#aa63ecdf71bae07a1892ba759c37d0e7a">m_actualIdStack</a>()</div>
<div class="line"><a name="l00107"></a><span class="lineno">  107</span>&#160;        {</div>
<div class="line"><a name="l00108"></a><span class="lineno">  108</span>&#160;        }</div>
<div class="line"><a name="l00110"></a><span class="lineno"><a class="line" href="classlibrevenge_1_1RVNGHTMLTextListStyleManager.html#a3c1a1a3f7bd9251803252c71809d404c">  110</a></span>&#160;        <a class="code" href="classlibrevenge_1_1RVNGHTMLTextListStyleManager.html#a3c1a1a3f7bd9251803252c71809d404c">~RVNGHTMLTextListStyleManager</a>()</div>
<div class="line"><a name="l00111"></a><span class="lineno">  111</span>&#160;        {</div>
<div class="line"><a name="l00112"></a><span class="lineno">  112</span>&#160;        }</div>
<div class="line"><a name="l00114"></a><span class="lineno">  114</span>&#160;        <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGHTMLTextListStyleManager.html#a83b3b661ecc677dc19a3fd28d9d0b5a2">defineLevel</a>(<a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> <span class="keyword">const</span> &amp;property, <span class="keywordtype">bool</span> ordered);</div>
<div class="line"><a name="l00116"></a><span class="lineno">  116</span>&#160;        std::string <a class="code" href="classlibrevenge_1_1RVNGHTMLTextListStyleManager.html#a302a6c42ecfa781a734127f612d52f36">openLevel</a>(<a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> <span class="keyword">const</span> &amp;pList, <span class="keywordtype">bool</span> ordered);</div>
<div class="line"><a name="l00118"></a><span class="lineno">  118</span>&#160;        <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGHTMLTextListStyleManager.html#ae342b94bf28e1c7e76e8f16deca60436">closeLevel</a>();</div>
<div class="line"><a name="l00120"></a><span class="lineno">  120</span>&#160;        std::string <a class="code" href="classlibrevenge_1_1RVNGHTMLTextListStyleManager.html#a6500d5589046cea00c970ad2706e1f5f">getClass</a>(<a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> <span class="keyword">const</span> &amp;pList);</div>
<div class="line"><a name="l00121"></a><span class="lineno">  121</span>&#160;</div>
<div class="line"><a name="l00123"></a><span class="lineno">  123</span>&#160;        <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGHTMLTextListStyleManager.html#a2c29c679f93b00c8f9cf5cc730a3fafc">send</a>(std::ostream &amp;out);</div>
<div class="line"><a name="l00124"></a><span class="lineno">  124</span>&#160;<span class="keyword">protected</span>:</div>
<div class="line"><a name="l00126"></a><span class="lineno"><a class="line" href="classlibrevenge_1_1RVNGHTMLTextListStyleManager.html#aced822d84a5a6252f4386c972fdc95e2">  126</a></span>&#160;        std::map&lt;std::string, std::string&gt; <a class="code" href="classlibrevenge_1_1RVNGHTMLTextListStyleManager.html#aced822d84a5a6252f4386c972fdc95e2">m_levelNameMap</a>;</div>
<div class="line"><a name="l00128"></a><span class="lineno"><a class="line" href="classlibrevenge_1_1RVNGHTMLTextListStyleManager.html#ac564334243222559dd06981e864861c2">  128</a></span>&#160;        std::map&lt;int, List&gt; <a class="code" href="classlibrevenge_1_1RVNGHTMLTextListStyleManager.html#ac564334243222559dd06981e864861c2">m_idListMap</a>;</div>
<div class="line"><a name="l00130"></a><span class="lineno"><a class="line" href="classlibrevenge_1_1RVNGHTMLTextListStyleManager.html#aa63ecdf71bae07a1892ba759c37d0e7a">  130</a></span>&#160;        std::vector&lt;int&gt; <a class="code" href="classlibrevenge_1_1RVNGHTMLTextListStyleManager.html#aa63ecdf71bae07a1892ba759c37d0e7a">m_actualIdStack</a>;</div>
<div class="line"><a name="l00131"></a><span class="lineno">  131</span>&#160;<span class="keyword">private</span>:</div>
<div class="line"><a name="l00132"></a><span class="lineno">  132</span>&#160;        <a class="code" href="classlibrevenge_1_1RVNGHTMLTextListStyleManager.html#a179b6809f8a3dfa4c20846ba2dfa29e4">RVNGHTMLTextListStyleManager</a>(<a class="code" href="classlibrevenge_1_1RVNGHTMLTextListStyleManager.html">RVNGHTMLTextListStyleManager</a> <span class="keyword">const</span> &amp;orig);</div>
<div class="line"><a name="l00133"></a><span class="lineno">  133</span>&#160;        <a class="code" href="classlibrevenge_1_1RVNGHTMLTextListStyleManager.html">RVNGHTMLTextListStyleManager</a> <a class="code" href="classlibrevenge_1_1RVNGHTMLTextListStyleManager.html#a0c69dc33fc1562f24500f8d54bd72cf8">operator=</a>(<a class="code" href="classlibrevenge_1_1RVNGHTMLTextListStyleManager.html">RVNGHTMLTextListStyleManager</a> <span class="keyword">const</span> &amp;orig);</div>
<div class="line"><a name="l00134"></a><span class="lineno">  134</span>&#160;};</div>
<div class="line"><a name="l00135"></a><span class="lineno">  135</span>&#160;</div>
<div class="line"><a name="l00137"></a><span class="lineno"><a class="line" href="classlibrevenge_1_1RVNGHTMLTextSpanStyleManager.html">  137</a></span>&#160;<span class="keyword">class </span><a class="code" href="classlibrevenge_1_1RVNGHTMLTextSpanStyleManager.html">RVNGHTMLTextSpanStyleManager</a></div>
<div class="line"><a name="l00138"></a><span class="lineno">  138</span>&#160;{</div>
<div class="line"><a name="l00139"></a><span class="lineno">  139</span>&#160;<span class="keyword">public</span>:</div>
<div class="line"><a name="l00141"></a><span class="lineno"><a class="line" href="classlibrevenge_1_1RVNGHTMLTextSpanStyleManager.html#a91405f071f2410ccb744f42e6ce117f2">  141</a></span>&#160;        <a class="code" href="classlibrevenge_1_1RVNGHTMLTextSpanStyleManager.html#a91405f071f2410ccb744f42e6ce117f2">RVNGHTMLTextSpanStyleManager</a>() : <a class="code" href="classlibrevenge_1_1RVNGHTMLTextSpanStyleManager.html#a6622a3b46b102cb5708f4e2bd765dfc8">m_contentNameMap</a>(), <a class="code" href="classlibrevenge_1_1RVNGHTMLTextSpanStyleManager.html#a795ca618faee60a7375efa6901375926">m_idNameMap</a>()</div>
<div class="line"><a name="l00142"></a><span class="lineno">  142</span>&#160;        {</div>
<div class="line"><a name="l00143"></a><span class="lineno">  143</span>&#160;        }</div>
<div class="line"><a name="l00145"></a><span class="lineno"><a class="line" href="classlibrevenge_1_1RVNGHTMLTextSpanStyleManager.html#a4edf8c87e0cd32212935693f369c3625">  145</a></span>&#160;        <a class="code" href="classlibrevenge_1_1RVNGHTMLTextSpanStyleManager.html#a4edf8c87e0cd32212935693f369c3625">~RVNGHTMLTextSpanStyleManager</a>()</div>
<div class="line"><a name="l00146"></a><span class="lineno">  146</span>&#160;        {</div>
<div class="line"><a name="l00147"></a><span class="lineno">  147</span>&#160;        }</div>
<div class="line"><a name="l00149"></a><span class="lineno">  149</span>&#160;        <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGHTMLTextSpanStyleManager.html#a636d0fc5e65cca350c9a95d381d88178">defineSpan</a>(<a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> <span class="keyword">const</span> &amp;pList);</div>
<div class="line"><a name="l00151"></a><span class="lineno">  151</span>&#160;        std::string <a class="code" href="classlibrevenge_1_1RVNGHTMLTextSpanStyleManager.html#a223c2a58a53a3cbf20d0bc09d95840a1">getClass</a>(<a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> <span class="keyword">const</span> &amp;pList);</div>
<div class="line"><a name="l00153"></a><span class="lineno">  153</span>&#160;        <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGHTMLTextSpanStyleManager.html#aa52781da25e7d4792835da6058af6bd5">send</a>(std::ostream &amp;out);</div>
<div class="line"><a name="l00154"></a><span class="lineno">  154</span>&#160;<span class="keyword">protected</span>:</div>
<div class="line"><a name="l00156"></a><span class="lineno">  156</span>&#160;        std::string <a class="code" href="classlibrevenge_1_1RVNGHTMLTextSpanStyleManager.html#aad69be7c81874f96097d28f54b30cd02">getContent</a>(<a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> <span class="keyword">const</span> &amp;pList) <span class="keyword">const</span>;</div>
<div class="line"><a name="l00158"></a><span class="lineno">  158</span>&#160;        <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGHTMLTextSpanStyleManager.html#aa94ba83b6e996bde6255bb64a0175f89">parseTextPosition</a>(<span class="keywordtype">char</span> <span class="keyword">const</span> *value, std::ostream &amp;out) <span class="keyword">const</span>;</div>
<div class="line"><a name="l00160"></a><span class="lineno">  160</span>&#160;        <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGHTMLTextSpanStyleManager.html#a8f9bbd69b171cf19e9f044ff67bd457a">parseDecorations</a>(<a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> <span class="keyword">const</span> &amp;pList, std::ostream &amp;out) <span class="keyword">const</span>;</div>
<div class="line"><a name="l00162"></a><span class="lineno"><a class="line" href="classlibrevenge_1_1RVNGHTMLTextSpanStyleManager.html#a6622a3b46b102cb5708f4e2bd765dfc8">  162</a></span>&#160;        std::map&lt;std::string, std::string&gt; <a class="code" href="classlibrevenge_1_1RVNGHTMLTextSpanStyleManager.html#a6622a3b46b102cb5708f4e2bd765dfc8">m_contentNameMap</a>;</div>
<div class="line"><a name="l00164"></a><span class="lineno"><a class="line" href="classlibrevenge_1_1RVNGHTMLTextSpanStyleManager.html#a795ca618faee60a7375efa6901375926">  164</a></span>&#160;        std::map&lt;int, std::string&gt; <a class="code" href="classlibrevenge_1_1RVNGHTMLTextSpanStyleManager.html#a795ca618faee60a7375efa6901375926">m_idNameMap</a>;</div>
<div class="line"><a name="l00165"></a><span class="lineno">  165</span>&#160;</div>
<div class="line"><a name="l00166"></a><span class="lineno">  166</span>&#160;<span class="keyword">private</span>:</div>
<div class="line"><a name="l00167"></a><span class="lineno">  167</span>&#160;        <a class="code" href="classlibrevenge_1_1RVNGHTMLTextSpanStyleManager.html#a91405f071f2410ccb744f42e6ce117f2">RVNGHTMLTextSpanStyleManager</a>(<a class="code" href="classlibrevenge_1_1RVNGHTMLTextSpanStyleManager.html">RVNGHTMLTextSpanStyleManager</a> <span class="keyword">const</span> &amp;orig);</div>
<div class="line"><a name="l00168"></a><span class="lineno">  168</span>&#160;        <a class="code" href="classlibrevenge_1_1RVNGHTMLTextSpanStyleManager.html">RVNGHTMLTextSpanStyleManager</a> <a class="code" href="classlibrevenge_1_1RVNGHTMLTextSpanStyleManager.html#a6adc9c98e743cb328b6b5d23429cbf42">operator=</a>(<a class="code" href="classlibrevenge_1_1RVNGHTMLTextSpanStyleManager.html">RVNGHTMLTextSpanStyleManager</a> <span class="keyword">const</span> &amp;orig);</div>
<div class="line"><a name="l00169"></a><span class="lineno">  169</span>&#160;};</div>
<div class="line"><a name="l00170"></a><span class="lineno">  170</span>&#160;}</div>
<div class="line"><a name="l00171"></a><span class="lineno">  171</span>&#160;</div>
<div class="line"><a name="l00172"></a><span class="lineno">  172</span>&#160;<span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00173"></a><span class="lineno">  173</span>&#160;<span class="preprocessor"></span><span class="comment">/* vim:set shiftwidth=4 softtabstop=4 noexpandtab: */</span></div>
<div class="ttc" id="structlibrevenge_1_1RVNGHTMLTextListStyleManager_1_1List_html_a4a6eee936f88fe3d9aa16c769d3c66a8"><div class="ttname"><a href="structlibrevenge_1_1RVNGHTMLTextListStyleManager_1_1List.html#a4a6eee936f88fe3d9aa16c769d3c66a8">librevenge::RVNGHTMLTextListStyleManager::List::openLevel</a></div><div class="ttdeci">void openLevel() const </div><div class="ttdoc">open a new level </div><div class="ttdef"><b>Definition:</b> RVNGHTMLTextTextStyle.h:84</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGHTMLTextListStyleManager_html"><div class="ttname"><a href="classlibrevenge_1_1RVNGHTMLTextListStyleManager.html">librevenge::RVNGHTMLTextListStyleManager</a></div><div class="ttdoc">Small class to manage the list style. </div><div class="ttdef"><b>Definition:</b> RVNGHTMLTextTextStyle.h:68</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGHTMLTextSpanStyleManager_html_a6622a3b46b102cb5708f4e2bd765dfc8"><div class="ttname"><a href="classlibrevenge_1_1RVNGHTMLTextSpanStyleManager.html#a6622a3b46b102cb5708f4e2bd765dfc8">librevenge::RVNGHTMLTextSpanStyleManager::m_contentNameMap</a></div><div class="ttdeci">std::map&lt; std::string, std::string &gt; m_contentNameMap</div><div class="ttdoc">a map content -&amp;gt; name </div><div class="ttdef"><b>Definition:</b> RVNGHTMLTextTextStyle.h:162</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGHTMLTextSpanStyleManager_html_a795ca618faee60a7375efa6901375926"><div class="ttname"><a href="classlibrevenge_1_1RVNGHTMLTextSpanStyleManager.html#a795ca618faee60a7375efa6901375926">librevenge::RVNGHTMLTextSpanStyleManager::m_idNameMap</a></div><div class="ttdeci">std::map&lt; int, std::string &gt; m_idNameMap</div><div class="ttdoc">a map id -&amp;gt; name </div><div class="ttdef"><b>Definition:</b> RVNGHTMLTextTextStyle.h:164</div></div>
<div class="ttc" id="structlibrevenge_1_1RVNGHTMLTextListStyleManager_1_1List_html"><div class="ttname"><a href="structlibrevenge_1_1RVNGHTMLTextListStyleManager_1_1List.html">librevenge::RVNGHTMLTextListStyleManager::List</a></div><div class="ttdef"><b>Definition:</b> RVNGHTMLTextTextStyle.h:71</div></div>
<div class="ttc" id="librevenge-generators_8h_html"><div class="ttname"><a href="librevenge-generators_8h.html">librevenge-generators.h</a></div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGHTMLTextParagraphStyleManager_html_a9cd51b123b07371f2210635a9c417460"><div class="ttname"><a href="classlibrevenge_1_1RVNGHTMLTextParagraphStyleManager.html#a9cd51b123b07371f2210635a9c417460">librevenge::RVNGHTMLTextParagraphStyleManager::m_contentNameMap</a></div><div class="ttdeci">std::map&lt; std::string, std::string &gt; m_contentNameMap</div><div class="ttdoc">a map content -&amp;gt; name </div><div class="ttdef"><b>Definition:</b> RVNGHTMLTextTextStyle.h:57</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGHTMLTextParagraphStyleManager_html_a242c8519c7ee8a6b688ac096c2aa1f82"><div class="ttname"><a href="classlibrevenge_1_1RVNGHTMLTextParagraphStyleManager.html#a242c8519c7ee8a6b688ac096c2aa1f82">librevenge::RVNGHTMLTextParagraphStyleManager::defineParagraph</a></div><div class="ttdeci">void defineParagraph(RVNGPropertyList const &amp;pList)</div><div class="ttdoc">define a paragraph style </div><div class="ttdef"><b>Definition:</b> RVNGHTMLTextTextStyle.cpp:191</div></div>
<div class="ttc" id="structlibrevenge_1_1RVNGHTMLTextListStyleManager_1_1List_html_a7aaca26468280160e641d61bf7aed556"><div class="ttname"><a href="structlibrevenge_1_1RVNGHTMLTextListStyleManager_1_1List.html#a7aaca26468280160e641d61bf7aed556">librevenge::RVNGHTMLTextListStyleManager::List::m_contentsList</a></div><div class="ttdeci">std::vector&lt; std::string &gt; m_contentsList</div><div class="ttdoc">the properties </div><div class="ttdef"><b>Definition:</b> RVNGHTMLTextTextStyle.h:100</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGHTMLTextParagraphStyleManager_html_a7b391c6d1f5922dc7c046e09396a35c7"><div class="ttname"><a href="classlibrevenge_1_1RVNGHTMLTextParagraphStyleManager.html#a7b391c6d1f5922dc7c046e09396a35c7">librevenge::RVNGHTMLTextParagraphStyleManager::getClass</a></div><div class="ttdeci">std::string getClass(RVNGPropertyList const &amp;pList)</div><div class="ttdoc">returns the class name corresponding to a propertylist </div><div class="ttdef"><b>Definition:</b> RVNGHTMLTextTextStyle.cpp:173</div></div>
<div class="ttc" id="structlibrevenge_1_1RVNGHTMLTextListStyleManager_1_1List_html_ac970d8de741722e0e42c135451bc2201"><div class="ttname"><a href="structlibrevenge_1_1RVNGHTMLTextListStyleManager_1_1List.html#ac970d8de741722e0e42c135451bc2201">librevenge::RVNGHTMLTextListStyleManager::List::str</a></div><div class="ttdeci">std::string str() const </div><div class="ttdoc">return the content string </div><div class="ttdef"><b>Definition:</b> RVNGHTMLTextTextStyle.cpp:82</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGHTMLTextSpanStyleManager_html"><div class="ttname"><a href="classlibrevenge_1_1RVNGHTMLTextSpanStyleManager.html">librevenge::RVNGHTMLTextSpanStyleManager</a></div><div class="ttdoc">Small class to manage the span style. </div><div class="ttdef"><b>Definition:</b> RVNGHTMLTextTextStyle.h:137</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGHTMLTextSpanStyleManager_html_a4edf8c87e0cd32212935693f369c3625"><div class="ttname"><a href="classlibrevenge_1_1RVNGHTMLTextSpanStyleManager.html#a4edf8c87e0cd32212935693f369c3625">librevenge::RVNGHTMLTextSpanStyleManager::~RVNGHTMLTextSpanStyleManager</a></div><div class="ttdeci">~RVNGHTMLTextSpanStyleManager()</div><div class="ttdoc">destructor </div><div class="ttdef"><b>Definition:</b> RVNGHTMLTextTextStyle.h:145</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGHTMLTextListStyleManager_html_a83b3b661ecc677dc19a3fd28d9d0b5a2"><div class="ttname"><a href="classlibrevenge_1_1RVNGHTMLTextListStyleManager.html#a83b3b661ecc677dc19a3fd28d9d0b5a2">librevenge::RVNGHTMLTextListStyleManager::defineLevel</a></div><div class="ttdeci">void defineLevel(RVNGPropertyList const &amp;property, bool ordered)</div><div class="ttdoc">add a level to the corresponding list </div><div class="ttdef"><b>Definition:</b> RVNGHTMLTextTextStyle.cpp:115</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGHTMLTextListStyleManager_html_aa63ecdf71bae07a1892ba759c37d0e7a"><div class="ttname"><a href="classlibrevenge_1_1RVNGHTMLTextListStyleManager.html#aa63ecdf71bae07a1892ba759c37d0e7a">librevenge::RVNGHTMLTextListStyleManager::m_actualIdStack</a></div><div class="ttdeci">std::vector&lt; int &gt; m_actualIdStack</div><div class="ttdoc">the actual list id </div><div class="ttdef"><b>Definition:</b> RVNGHTMLTextTextStyle.h:130</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGHTMLTextSpanStyleManager_html_aad69be7c81874f96097d28f54b30cd02"><div class="ttname"><a href="classlibrevenge_1_1RVNGHTMLTextSpanStyleManager.html#aad69be7c81874f96097d28f54b30cd02">librevenge::RVNGHTMLTextSpanStyleManager::getContent</a></div><div class="ttdeci">std::string getContent(RVNGPropertyList const &amp;pList) const </div><div class="ttdoc">convert a property list in a html content string </div><div class="ttdef"><b>Definition:</b> RVNGHTMLTextTextStyle.cpp:345</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGHTMLTextSpanStyleManager_html_a91405f071f2410ccb744f42e6ce117f2"><div class="ttname"><a href="classlibrevenge_1_1RVNGHTMLTextSpanStyleManager.html#a91405f071f2410ccb744f42e6ce117f2">librevenge::RVNGHTMLTextSpanStyleManager::RVNGHTMLTextSpanStyleManager</a></div><div class="ttdeci">RVNGHTMLTextSpanStyleManager()</div><div class="ttdoc">constructor </div><div class="ttdef"><b>Definition:</b> RVNGHTMLTextTextStyle.h:141</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGHTMLTextListStyleManager_html_a0c69dc33fc1562f24500f8d54bd72cf8"><div class="ttname"><a href="classlibrevenge_1_1RVNGHTMLTextListStyleManager.html#a0c69dc33fc1562f24500f8d54bd72cf8">librevenge::RVNGHTMLTextListStyleManager::operator=</a></div><div class="ttdeci">RVNGHTMLTextListStyleManager operator=(RVNGHTMLTextListStyleManager const &amp;orig)</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGHTMLTextListStyleManager_html_a3c1a1a3f7bd9251803252c71809d404c"><div class="ttname"><a href="classlibrevenge_1_1RVNGHTMLTextListStyleManager.html#a3c1a1a3f7bd9251803252c71809d404c">librevenge::RVNGHTMLTextListStyleManager::~RVNGHTMLTextListStyleManager</a></div><div class="ttdeci">~RVNGHTMLTextListStyleManager()</div><div class="ttdoc">destructor </div><div class="ttdef"><b>Definition:</b> RVNGHTMLTextTextStyle.h:110</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGHTMLTextListStyleManager_html_a6500d5589046cea00c970ad2706e1f5f"><div class="ttname"><a href="classlibrevenge_1_1RVNGHTMLTextListStyleManager.html#a6500d5589046cea00c970ad2706e1f5f">librevenge::RVNGHTMLTextListStyleManager::getClass</a></div><div class="ttdeci">std::string getClass(RVNGPropertyList const &amp;pList)</div><div class="ttdoc">returns the classname corresponding to a list element </div><div class="ttdef"><b>Definition:</b> RVNGHTMLTextTextStyle.cpp:103</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGHTMLTextListStyleManager_html_a302a6c42ecfa781a734127f612d52f36"><div class="ttname"><a href="classlibrevenge_1_1RVNGHTMLTextListStyleManager.html#a302a6c42ecfa781a734127f612d52f36">librevenge::RVNGHTMLTextListStyleManager::openLevel</a></div><div class="ttdeci">std::string openLevel(RVNGPropertyList const &amp;pList, bool ordered)</div><div class="ttdoc">returns the class name corresponding to a propertylist </div><div class="ttdef"><b>Definition:</b> RVNGHTMLTextTextStyle.cpp:130</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGHTMLTextListStyleManager_html_a2c29c679f93b00c8f9cf5cc730a3fafc"><div class="ttname"><a href="classlibrevenge_1_1RVNGHTMLTextListStyleManager.html#a2c29c679f93b00c8f9cf5cc730a3fafc">librevenge::RVNGHTMLTextListStyleManager::send</a></div><div class="ttdeci">void send(std::ostream &amp;out)</div><div class="ttdoc">send the data to the stream </div><div class="ttdef"><b>Definition:</b> RVNGHTMLTextTextStyle.cpp:92</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGHTMLTextParagraphStyleManager_html_a5a544d9bef165f61688a44fab3642a77"><div class="ttname"><a href="classlibrevenge_1_1RVNGHTMLTextParagraphStyleManager.html#a5a544d9bef165f61688a44fab3642a77">librevenge::RVNGHTMLTextParagraphStyleManager::getContent</a></div><div class="ttdeci">std::string getContent(RVNGPropertyList const &amp;pList, bool isList) const </div><div class="ttdoc">convert a property list in a html content string </div><div class="ttdef"><b>Definition:</b> RVNGHTMLTextTextStyle.cpp:214</div></div>
<div class="ttc" id="structlibrevenge_1_1RVNGHTMLTextListStyleManager_1_1List_html_ac79512eba3e99f0753acf213459768d7"><div class="ttname"><a href="structlibrevenge_1_1RVNGHTMLTextListStyleManager_1_1List.html#ac79512eba3e99f0753acf213459768d7">librevenge::RVNGHTMLTextListStyleManager::List::List</a></div><div class="ttdeci">List()</div><div class="ttdoc">constructor </div><div class="ttdef"><b>Definition:</b> RVNGHTMLTextTextStyle.h:74</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGHTMLTextParagraphStyleManager_html_a57b0f76b0827b35bd9a375f4ce31ace9"><div class="ttname"><a href="classlibrevenge_1_1RVNGHTMLTextParagraphStyleManager.html#a57b0f76b0827b35bd9a375f4ce31ace9">librevenge::RVNGHTMLTextParagraphStyleManager::RVNGHTMLTextParagraphStyleManager</a></div><div class="ttdeci">RVNGHTMLTextParagraphStyleManager()</div><div class="ttdoc">constructor </div><div class="ttdef"><b>Definition:</b> RVNGHTMLTextTextStyle.h:40</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGHTMLTextSpanStyleManager_html_aa94ba83b6e996bde6255bb64a0175f89"><div class="ttname"><a href="classlibrevenge_1_1RVNGHTMLTextSpanStyleManager.html#aa94ba83b6e996bde6255bb64a0175f89">librevenge::RVNGHTMLTextSpanStyleManager::parseTextPosition</a></div><div class="ttdeci">void parseTextPosition(char const *value, std::ostream &amp;out) const </div><div class="ttdoc">add data corresponding to a text position in out </div><div class="ttdef"><b>Definition:</b> RVNGHTMLTextTextStyle.cpp:430</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGHTMLTextSpanStyleManager_html_aa52781da25e7d4792835da6058af6bd5"><div class="ttname"><a href="classlibrevenge_1_1RVNGHTMLTextSpanStyleManager.html#aa52781da25e7d4792835da6058af6bd5">librevenge::RVNGHTMLTextSpanStyleManager::send</a></div><div class="ttdeci">void send(std::ostream &amp;out)</div><div class="ttdoc">send the data to the stream </div><div class="ttdef"><b>Definition:</b> RVNGHTMLTextTextStyle.cpp:335</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGHTMLTextSpanStyleManager_html_a636d0fc5e65cca350c9a95d381d88178"><div class="ttname"><a href="classlibrevenge_1_1RVNGHTMLTextSpanStyleManager.html#a636d0fc5e65cca350c9a95d381d88178">librevenge::RVNGHTMLTextSpanStyleManager::defineSpan</a></div><div class="ttdeci">void defineSpan(RVNGPropertyList const &amp;pList)</div><div class="ttdoc">define a span style </div><div class="ttdef"><b>Definition:</b> RVNGHTMLTextTextStyle.cpp:322</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGHTMLTextParagraphStyleManager_html_a51420133d69ea1dfe58b2ffc01783981"><div class="ttname"><a href="classlibrevenge_1_1RVNGHTMLTextParagraphStyleManager.html#a51420133d69ea1dfe58b2ffc01783981">librevenge::RVNGHTMLTextParagraphStyleManager::~RVNGHTMLTextParagraphStyleManager</a></div><div class="ttdeci">virtual ~RVNGHTMLTextParagraphStyleManager()</div><div class="ttdoc">destructor </div><div class="ttdef"><b>Definition:</b> RVNGHTMLTextTextStyle.h:44</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGHTMLTextParagraphStyleManager_html_a3120ce21dc2ae96f5eecb7a5e5eb5152"><div class="ttname"><a href="classlibrevenge_1_1RVNGHTMLTextParagraphStyleManager.html#a3120ce21dc2ae96f5eecb7a5e5eb5152">librevenge::RVNGHTMLTextParagraphStyleManager::send</a></div><div class="ttdeci">void send(std::ostream &amp;out)</div><div class="ttdoc">send the data to the stream </div><div class="ttdef"><b>Definition:</b> RVNGHTMLTextTextStyle.cpp:204</div></div>
<div class="ttc" id="structlibrevenge_1_1RVNGHTMLTextListStyleManager_1_1List_html_a5306ffe5ca40926a45c37a77c6b20c27"><div class="ttname"><a href="structlibrevenge_1_1RVNGHTMLTextListStyleManager_1_1List.html#a5306ffe5ca40926a45c37a77c6b20c27">librevenge::RVNGHTMLTextListStyleManager::List::closeLevel</a></div><div class="ttdeci">void closeLevel() const </div><div class="ttdoc">open a new level </div><div class="ttdef"><b>Definition:</b> RVNGHTMLTextTextStyle.h:89</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGHTMLTextParagraphStyleManager_html_a683383bc8bbff393206301357663897a"><div class="ttname"><a href="classlibrevenge_1_1RVNGHTMLTextParagraphStyleManager.html#a683383bc8bbff393206301357663897a">librevenge::RVNGHTMLTextParagraphStyleManager::parseBorders</a></div><div class="ttdeci">void parseBorders(RVNGPropertyList const &amp;pList, std::ostream &amp;out) const </div><div class="ttdoc">add data corresponding to the border </div><div class="ttdef"><b>Definition:</b> RVNGHTMLTextTextStyle.cpp:282</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGHTMLTextParagraphStyleManager_html_a41c2b3d7b72e15ce977ab280d5b992dc"><div class="ttname"><a href="classlibrevenge_1_1RVNGHTMLTextParagraphStyleManager.html#a41c2b3d7b72e15ce977ab280d5b992dc">librevenge::RVNGHTMLTextParagraphStyleManager::operator=</a></div><div class="ttdeci">RVNGHTMLTextParagraphStyleManager operator=(RVNGHTMLTextParagraphStyleManager const &amp;orig)</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGHTMLTextSpanStyleManager_html_a6adc9c98e743cb328b6b5d23429cbf42"><div class="ttname"><a href="classlibrevenge_1_1RVNGHTMLTextSpanStyleManager.html#a6adc9c98e743cb328b6b5d23429cbf42">librevenge::RVNGHTMLTextSpanStyleManager::operator=</a></div><div class="ttdeci">RVNGHTMLTextSpanStyleManager operator=(RVNGHTMLTextSpanStyleManager const &amp;orig)</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGHTMLTextListStyleManager_html_ae342b94bf28e1c7e76e8f16deca60436"><div class="ttname"><a href="classlibrevenge_1_1RVNGHTMLTextListStyleManager.html#ae342b94bf28e1c7e76e8f16deca60436">librevenge::RVNGHTMLTextListStyleManager::closeLevel</a></div><div class="ttdeci">void closeLevel()</div><div class="ttdoc">close a level </div><div class="ttdef"><b>Definition:</b> RVNGHTMLTextTextStyle.cpp:155</div></div>
<div class="ttc" id="structlibrevenge_1_1RVNGHTMLTextListStyleManager_1_1List_html_afc58739b06e81ff237980811c7868c54"><div class="ttname"><a href="structlibrevenge_1_1RVNGHTMLTextListStyleManager_1_1List.html#afc58739b06e81ff237980811c7868c54">librevenge::RVNGHTMLTextListStyleManager::List::setLevel</a></div><div class="ttdeci">void setLevel(int lvl, RVNGPropertyList const &amp;property, bool ordered)</div><div class="ttdoc">set the property correspond to a level </div><div class="ttdef"><b>Definition:</b> RVNGHTMLTextTextStyle.cpp:40</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGHTMLTextParagraphStyleManager_html"><div class="ttname"><a href="classlibrevenge_1_1RVNGHTMLTextParagraphStyleManager.html">librevenge::RVNGHTMLTextParagraphStyleManager</a></div><div class="ttdoc">Small class to manage the paragraph style. </div><div class="ttdef"><b>Definition:</b> RVNGHTMLTextTextStyle.h:36</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGHTMLTextSpanStyleManager_html_a223c2a58a53a3cbf20d0bc09d95840a1"><div class="ttname"><a href="classlibrevenge_1_1RVNGHTMLTextSpanStyleManager.html#a223c2a58a53a3cbf20d0bc09d95840a1">librevenge::RVNGHTMLTextSpanStyleManager::getClass</a></div><div class="ttdeci">std::string getClass(RVNGPropertyList const &amp;pList)</div><div class="ttdoc">returns the class name corresponding to a propertylist </div><div class="ttdef"><b>Definition:</b> RVNGHTMLTextTextStyle.cpp:303</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGHTMLTextListStyleManager_html_ac564334243222559dd06981e864861c2"><div class="ttname"><a href="classlibrevenge_1_1RVNGHTMLTextListStyleManager.html#ac564334243222559dd06981e864861c2">librevenge::RVNGHTMLTextListStyleManager::m_idListMap</a></div><div class="ttdeci">std::map&lt; int, List &gt; m_idListMap</div><div class="ttdoc">a map listId -&amp;gt; list </div><div class="ttdef"><b>Definition:</b> RVNGHTMLTextTextStyle.h:128</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGHTMLTextParagraphStyleManager_html_acfab7096552dfae947da52848daeabbd"><div class="ttname"><a href="classlibrevenge_1_1RVNGHTMLTextParagraphStyleManager.html#acfab7096552dfae947da52848daeabbd">librevenge::RVNGHTMLTextParagraphStyleManager::m_idNameMap</a></div><div class="ttdeci">std::map&lt; int, std::string &gt; m_idNameMap</div><div class="ttdoc">a map id -&amp;gt; name </div><div class="ttdef"><b>Definition:</b> RVNGHTMLTextTextStyle.h:59</div></div>
<div class="ttc" id="structlibrevenge_1_1RVNGHTMLTextListStyleManager_1_1List_html_a321cfb0ff9d32c53e876600b4c411b13"><div class="ttname"><a href="structlibrevenge_1_1RVNGHTMLTextListStyleManager_1_1List.html#a321cfb0ff9d32c53e876600b4c411b13">librevenge::RVNGHTMLTextListStyleManager::List::~List</a></div><div class="ttdeci">~List()</div><div class="ttdoc">destructor </div><div class="ttdef"><b>Definition:</b> RVNGHTMLTextTextStyle.h:78</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGHTMLTextSpanStyleManager_html_a8f9bbd69b171cf19e9f044ff67bd457a"><div class="ttname"><a href="classlibrevenge_1_1RVNGHTMLTextSpanStyleManager.html#a8f9bbd69b171cf19e9f044ff67bd457a">librevenge::RVNGHTMLTextSpanStyleManager::parseDecorations</a></div><div class="ttdeci">void parseDecorations(RVNGPropertyList const &amp;pList, std::ostream &amp;out) const </div><div class="ttdoc">add data corresponding to the line decoration </div><div class="ttdef"><b>Definition:</b> RVNGHTMLTextTextStyle.cpp:415</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGPropertyList_html"><div class="ttname"><a href="classlibrevenge_1_1RVNGPropertyList.html">librevenge::RVNGPropertyList</a></div><div class="ttdef"><b>Definition:</b> RVNGPropertyList.h:38</div></div>
<div class="ttc" id="structlibrevenge_1_1RVNGHTMLTextListStyleManager_1_1List_html_a1da21cd46f26a73c86c2774c0f6dbe1e"><div class="ttname"><a href="structlibrevenge_1_1RVNGHTMLTextListStyleManager_1_1List.html#a1da21cd46f26a73c86c2774c0f6dbe1e">librevenge::RVNGHTMLTextListStyleManager::List::m_level</a></div><div class="ttdeci">int m_level</div><div class="ttdoc">the actual list level </div><div class="ttdef"><b>Definition:</b> RVNGHTMLTextTextStyle.h:102</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGHTMLTextListStyleManager_html_aced822d84a5a6252f4386c972fdc95e2"><div class="ttname"><a href="classlibrevenge_1_1RVNGHTMLTextListStyleManager.html#aced822d84a5a6252f4386c972fdc95e2">librevenge::RVNGHTMLTextListStyleManager::m_levelNameMap</a></div><div class="ttdeci">std::map&lt; std::string, std::string &gt; m_levelNameMap</div><div class="ttdoc">a map content -&amp;gt; list level name </div><div class="ttdef"><b>Definition:</b> RVNGHTMLTextTextStyle.h:126</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGHTMLTextListStyleManager_html_a179b6809f8a3dfa4c20846ba2dfa29e4"><div class="ttname"><a href="classlibrevenge_1_1RVNGHTMLTextListStyleManager.html#a179b6809f8a3dfa4c20846ba2dfa29e4">librevenge::RVNGHTMLTextListStyleManager::RVNGHTMLTextListStyleManager</a></div><div class="ttdeci">RVNGHTMLTextListStyleManager()</div><div class="ttdoc">constructor </div><div class="ttdef"><b>Definition:</b> RVNGHTMLTextTextStyle.h:105</div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<hr size="1"><address style="align: right;"><small>
Generated for librevenge by <a href="http://www.doxygen.org/index.html">
doxygen</a> 1.8.5</small></address>
</body>
</html>