Sophie

Sophie

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

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>RVNGTextInterface.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('RVNGTextInterface_8h_source.html','');});
</script>
<div id="doc-content">
<div class="header">
  <div class="headertitle">
<div class="title">RVNGTextInterface.h</div>  </div>
</div><!--header-->
<div class="contents">
<a href="RVNGTextInterface_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-2005 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) 2006 Fridrich Strba (fridrich.strba@bluewin.ch)</span></div>
<div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="comment"> * For minor contributions see the git repository.</span></div>
<div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="comment"> * Alternatively, the contents of this file may be used under the terms</span></div>
<div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="comment"> * of the GNU Lesser General Public License Version 2.1 or later</span></div>
<div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="comment"> * (LGPLv2.1+), in which case the provisions of the LGPLv2.1+ are</span></div>
<div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="comment"> * applicable instead of those above.</span></div>
<div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;<span class="comment"> */</span></div>
<div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;</div>
<div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="preprocessor">#ifndef RVNGTEXTINTERFACE_H</span></div>
<div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define RVNGTEXTINTERFACE_H</span></div>
<div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="RVNGPropertyList_8h.html">RVNGPropertyList.h</a>&quot;</span></div>
<div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="RVNGPropertyListVector_8h.html">RVNGPropertyListVector.h</a>&quot;</span></div>
<div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;</div>
<div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;<span class="keyword">namespace </span>librevenge</div>
<div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;{</div>
<div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;</div>
<div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;<span class="keyword">class </span>RVNGInputStream;</div>
<div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;</div>
<div class="line"><a name="l00039"></a><span class="lineno"><a class="line" href="classlibrevenge_1_1RVNGTextInterface.html">   39</a></span>&#160;<span class="keyword">class </span><a class="code" href="classlibrevenge_1_1RVNGTextInterface.html">RVNGTextInterface</a></div>
<div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;{</div>
<div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;<span class="keyword">public</span>:</div>
<div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="classlibrevenge_1_1RVNGTextInterface.html#aba4b4234139c7b517e9cd986ec70f388">   42</a></span>&#160;        <span class="keyword">virtual</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#aba4b4234139c7b517e9cd986ec70f388">~RVNGTextInterface</a>() {}</div>
<div class="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;</div>
<div class="line"><a name="l00099"></a><span class="lineno">   99</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#a3e58f71429927daf82ef922bb8a538f0">setDocumentMetaData</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00100"></a><span class="lineno">  100</span>&#160;</div>
<div class="line"><a name="l00104"></a><span class="lineno">  104</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#a74033a8645bb4701ab69457d08026ed8">startDocument</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00105"></a><span class="lineno">  105</span>&#160;</div>
<div class="line"><a name="l00109"></a><span class="lineno">  109</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#a450565ff8da85e3beb8e7397e1b9ad77">endDocument</a>() = 0;</div>
<div class="line"><a name="l00110"></a><span class="lineno">  110</span>&#160;</div>
<div class="line"><a name="l00111"></a><span class="lineno">  111</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#a78ed089a3023bc41870d27c41c06b354">definePageStyle</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00112"></a><span class="lineno">  112</span>&#160;</div>
<div class="line"><a name="l00123"></a><span class="lineno">  123</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#aa9eea04bc56a4647947698def57fb66d">defineEmbeddedFont</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00124"></a><span class="lineno">  124</span>&#160;</div>
<div class="line"><a name="l00139"></a><span class="lineno">  139</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#a5321fb3a0dc810cd99c3f50354c46861">openPageSpan</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00143"></a><span class="lineno">  143</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#aba84d4ae81baad3f4604d5150cb87006">closePageSpan</a>() = 0;</div>
<div class="line"><a name="l00144"></a><span class="lineno">  144</span>&#160;</div>
<div class="line"><a name="l00150"></a><span class="lineno">  150</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#a2177f7396d4ec8d8dc633a1b0eac2d2f">openHeader</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00154"></a><span class="lineno">  154</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#a6a65a0611e506de20137cedee9119961">closeHeader</a>() = 0;</div>
<div class="line"><a name="l00155"></a><span class="lineno">  155</span>&#160;</div>
<div class="line"><a name="l00161"></a><span class="lineno">  161</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#a751e168ec9c835c72bedabdfb1848653">openFooter</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00165"></a><span class="lineno">  165</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#a63b9fccd4a0fcf6a14684f4523b3be5a">closeFooter</a>() = 0;</div>
<div class="line"><a name="l00166"></a><span class="lineno">  166</span>&#160;</div>
<div class="line"><a name="l00167"></a><span class="lineno">  167</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#aa25bde2d0b4e9e21227837c0dea4a363">defineParagraphStyle</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00168"></a><span class="lineno">  168</span>&#160;</div>
<div class="line"><a name="l00180"></a><span class="lineno">  180</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#a45850a200783b85f59e0ede2c66607df">openParagraph</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00184"></a><span class="lineno">  184</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#a4f1f7aa697ed0aa605acc8a5083d5b49">closeParagraph</a>() = 0;</div>
<div class="line"><a name="l00185"></a><span class="lineno">  185</span>&#160;</div>
<div class="line"><a name="l00186"></a><span class="lineno">  186</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#a1c8ec7e20c8d4537514e32d9bc9995c7">defineCharacterStyle</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00187"></a><span class="lineno">  187</span>&#160;</div>
<div class="line"><a name="l00193"></a><span class="lineno">  193</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#a2af542310564f7017cdcfe7a7947fd55">openSpan</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00197"></a><span class="lineno">  197</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#a8bc2ea90064f654e6a180583d9a9c852">closeSpan</a>() = 0;</div>
<div class="line"><a name="l00204"></a><span class="lineno">  204</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#aa42dd24e75adf965edaae5e0a5409b44">openLink</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00208"></a><span class="lineno">  208</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#a6ead7df31ac6c7e7c358fc150f97a81e">closeLink</a>() = 0;</div>
<div class="line"><a name="l00209"></a><span class="lineno">  209</span>&#160;</div>
<div class="line"><a name="l00210"></a><span class="lineno">  210</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#a5d048ad40c89c1dca2fe11840a01fcf8">defineSectionStyle</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00211"></a><span class="lineno">  211</span>&#160;</div>
<div class="line"><a name="l00224"></a><span class="lineno">  224</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#aa8c58038529b9a0135be5403e0177003">openSection</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00228"></a><span class="lineno">  228</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#a4113f94944400919efb8bc78aa972cab">closeSection</a>() = 0;</div>
<div class="line"><a name="l00229"></a><span class="lineno">  229</span>&#160;</div>
<div class="line"><a name="l00233"></a><span class="lineno">  233</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#a75aab7daf5fa1cab5134626fab99bb23">insertTab</a>() = 0;</div>
<div class="line"><a name="l00237"></a><span class="lineno">  237</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#a51e9fbf6344504c4edb7b0721cb91e12">insertSpace</a>() = 0;</div>
<div class="line"><a name="l00242"></a><span class="lineno">  242</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#ae50a9484f0231272229e5313576880a3">insertText</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGString.html">RVNGString</a> &amp;text) = 0;</div>
<div class="line"><a name="l00246"></a><span class="lineno">  246</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#a9617f4830ea0cd2f6c2ae65f643e6277">insertLineBreak</a>() = 0;</div>
<div class="line"><a name="l00247"></a><span class="lineno">  247</span>&#160;</div>
<div class="line"><a name="l00255"></a><span class="lineno">  255</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#a90d451c540cc43856b65e7a45cce690a">insertField</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00256"></a><span class="lineno">  256</span>&#160;</div>
<div class="line"><a name="l00269"></a><span class="lineno">  269</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#a06c8763779077039de7f433a2f1ec9d9">openOrderedListLevel</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00279"></a><span class="lineno">  279</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#a1c4b2ac60314863cf5a2f0a9e403f21e">openUnorderedListLevel</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00283"></a><span class="lineno">  283</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#ad419a37dca59a8b3800189713a6173e6">closeOrderedListLevel</a>() = 0;</div>
<div class="line"><a name="l00287"></a><span class="lineno">  287</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#aa27adc7dc0d99c058c5e651fecbb87c0">closeUnorderedListLevel</a>() = 0;</div>
<div class="line"><a name="l00305"></a><span class="lineno">  305</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#ae6fe08a939dde5a55461407d7b3bca8b">openListElement</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00309"></a><span class="lineno">  309</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#aec016c7339aad51d82a8cb9b12673cbe">closeListElement</a>() = 0;</div>
<div class="line"><a name="l00310"></a><span class="lineno">  310</span>&#160;</div>
<div class="line"><a name="l00316"></a><span class="lineno">  316</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#ae1032d5ad9deba25f15ebc889af01a10">openFootnote</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00320"></a><span class="lineno">  320</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#a2a08237423f23369a0189881d4504188">closeFootnote</a>() = 0;</div>
<div class="line"><a name="l00321"></a><span class="lineno">  321</span>&#160;</div>
<div class="line"><a name="l00327"></a><span class="lineno">  327</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#a83a92fd4048bc7076b8ce6f57735193a">openEndnote</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00331"></a><span class="lineno">  331</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#a8e7f50b8749f3edbd3c84c25144159f9">closeEndnote</a>() = 0;</div>
<div class="line"><a name="l00332"></a><span class="lineno">  332</span>&#160;</div>
<div class="line"><a name="l00337"></a><span class="lineno">  337</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#a7c39a3ebc5269748f926f6dd61a9b24f">openComment</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00341"></a><span class="lineno">  341</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#a9024fd668b796ef1dfaa986766004a34">closeComment</a>() = 0;</div>
<div class="line"><a name="l00342"></a><span class="lineno">  342</span>&#160;</div>
<div class="line"><a name="l00347"></a><span class="lineno">  347</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#ad94b7e5814a751f04332d353ef32a257">openTextBox</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00351"></a><span class="lineno">  351</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#a62f521eded10a0203061f6aad8a774e9">closeTextBox</a>() = 0;</div>
<div class="line"><a name="l00352"></a><span class="lineno">  352</span>&#160;</div>
<div class="line"><a name="l00364"></a><span class="lineno">  364</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#a32845bf17d12546a05fbc1ecc1d51249">openTable</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00372"></a><span class="lineno">  372</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#a359d414a5386f44beab72181c25169ae">openTableRow</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00376"></a><span class="lineno">  376</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#a2e2d52a6af67371977d205c210af4e20">closeTableRow</a>() = 0;</div>
<div class="line"><a name="l00391"></a><span class="lineno">  391</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#a4bf514a4fc9eb041c4a1573c7de230ff">openTableCell</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00395"></a><span class="lineno">  395</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#a06975f4113ca51ba45bfad98455a0ad4">closeTableCell</a>() = 0;</div>
<div class="line"><a name="l00402"></a><span class="lineno">  402</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#af67a34dc4223def7ce4e664ecc8a649d">insertCoveredTableCell</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00406"></a><span class="lineno">  406</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#ae6dc21543e88706cf13cf1aeb8cc7a6b">closeTable</a>() = 0;</div>
<div class="line"><a name="l00422"></a><span class="lineno">  422</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#a110b9164b37257c7c308fbc8df3309a7">openFrame</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00426"></a><span class="lineno">  426</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#a5455f294de43a1e06ad52ba6bbb3d18b">closeFrame</a>() = 0;</div>
<div class="line"><a name="l00437"></a><span class="lineno">  437</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#aef3baf27d6036b377abe7e5731d1c284">insertBinaryObject</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00444"></a><span class="lineno">  444</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#ad8b3220cd64a6f4e8a698b13d00a7b35">insertEquation</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00445"></a><span class="lineno">  445</span>&#160;</div>
<div class="line"><a name="l00446"></a><span class="lineno">  446</span>&#160;        <span class="comment">// group</span></div>
<div class="line"><a name="l00447"></a><span class="lineno">  447</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#a87c1a8c62eb8369cbaa177834fa52e5c">openGroup</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">librevenge::RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00448"></a><span class="lineno">  448</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#a9cbf03ad701f0b3147c00d8f2b60a7fb">closeGroup</a>() = 0;</div>
<div class="line"><a name="l00449"></a><span class="lineno">  449</span>&#160;</div>
<div class="line"><a name="l00450"></a><span class="lineno">  450</span>&#160;        <span class="comment">// Different primitive shapes</span></div>
<div class="line"><a name="l00451"></a><span class="lineno">  451</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#ab378460c7f051e85962256d3e5120e34">defineGraphicStyle</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">librevenge::RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00452"></a><span class="lineno">  452</span>&#160;</div>
<div class="line"><a name="l00453"></a><span class="lineno">  453</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#a34dd2eb2be2a75ff3019277873b0c01c">drawRectangle</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00454"></a><span class="lineno">  454</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#a03cc271a11625f9ee05aec97a569b0c0">drawEllipse</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00455"></a><span class="lineno">  455</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#a0c92e7d6d7f9fa4fc868a1d93f1bbac5">drawPolygon</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00456"></a><span class="lineno">  456</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#a84ea5ac42cf42b7d75b116d9fec684fb">drawPolyline</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00457"></a><span class="lineno">  457</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#a102adbf955e6ee5eba7322d71060eadf">drawPath</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00458"></a><span class="lineno">  458</span>&#160;</div>
<div class="line"><a name="l00470"></a><span class="lineno">  470</span>&#160;        <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classlibrevenge_1_1RVNGTextInterface.html#a83bb0dd221e1e5ae6e2b5e99489bb061">drawConnector</a>(<span class="keyword">const</span> <a class="code" href="classlibrevenge_1_1RVNGPropertyList.html">RVNGPropertyList</a> &amp;propList) = 0;</div>
<div class="line"><a name="l00471"></a><span class="lineno">  471</span>&#160;};</div>
<div class="line"><a name="l00472"></a><span class="lineno">  472</span>&#160;</div>
<div class="line"><a name="l00473"></a><span class="lineno">  473</span>&#160;}</div>
<div class="line"><a name="l00474"></a><span class="lineno">  474</span>&#160;</div>
<div class="line"><a name="l00475"></a><span class="lineno">  475</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* RVNGTEXTINTERFACE_H */</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00476"></a><span class="lineno">  476</span>&#160;<span class="preprocessor"></span><span class="comment">/* vim:set shiftwidth=4 softtabstop=4 noexpandtab: */</span></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_ad94b7e5814a751f04332d353ef32a257"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#ad94b7e5814a751f04332d353ef32a257">librevenge::RVNGTextInterface::openTextBox</a></div><div class="ttdeci">virtual void openTextBox(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Called when a text box should be opened (a sub-document will be placed inside of it) ...</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_a51e9fbf6344504c4edb7b0721cb91e12"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#a51e9fbf6344504c4edb7b0721cb91e12">librevenge::RVNGTextInterface::insertSpace</a></div><div class="ttdeci">virtual void insertSpace()=0</div><div class="ttdoc">Called when an explicit space should be inserted. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_a06c8763779077039de7f433a2f1ec9d9"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#a06c8763779077039de7f433a2f1ec9d9">librevenge::RVNGTextInterface::openOrderedListLevel</a></div><div class="ttdeci">virtual void openOrderedListLevel(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Called when a new ordered list level should be opened. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_a32845bf17d12546a05fbc1ecc1d51249"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#a32845bf17d12546a05fbc1ecc1d51249">librevenge::RVNGTextInterface::openTable</a></div><div class="ttdeci">virtual void openTable(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Called when a table should be opened. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_a102adbf955e6ee5eba7322d71060eadf"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#a102adbf955e6ee5eba7322d71060eadf">librevenge::RVNGTextInterface::drawPath</a></div><div class="ttdeci">virtual void drawPath(const RVNGPropertyList &amp;propList)=0</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_a1c8ec7e20c8d4537514e32d9bc9995c7"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#a1c8ec7e20c8d4537514e32d9bc9995c7">librevenge::RVNGTextInterface::defineCharacterStyle</a></div><div class="ttdeci">virtual void defineCharacterStyle(const RVNGPropertyList &amp;propList)=0</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_a62f521eded10a0203061f6aad8a774e9"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#a62f521eded10a0203061f6aad8a774e9">librevenge::RVNGTextInterface::closeTextBox</a></div><div class="ttdeci">virtual void closeTextBox()=0</div><div class="ttdoc">Called when a text box should be closed. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_a5321fb3a0dc810cd99c3f50354c46861"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#a5321fb3a0dc810cd99c3f50354c46861">librevenge::RVNGTextInterface::openPageSpan</a></div><div class="ttdeci">virtual void openPageSpan(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Called when a new page span is opened. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_a63b9fccd4a0fcf6a14684f4523b3be5a"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#a63b9fccd4a0fcf6a14684f4523b3be5a">librevenge::RVNGTextInterface::closeFooter</a></div><div class="ttdeci">virtual void closeFooter()=0</div><div class="ttdoc">Called when a footer should be closed. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_a0c92e7d6d7f9fa4fc868a1d93f1bbac5"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#a0c92e7d6d7f9fa4fc868a1d93f1bbac5">librevenge::RVNGTextInterface::drawPolygon</a></div><div class="ttdeci">virtual void drawPolygon(const RVNGPropertyList &amp;propList)=0</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_ae50a9484f0231272229e5313576880a3"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#ae50a9484f0231272229e5313576880a3">librevenge::RVNGTextInterface::insertText</a></div><div class="ttdeci">virtual void insertText(const RVNGString &amp;text)=0</div><div class="ttdoc">Called when a string of text should be inserted. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_ae1032d5ad9deba25f15ebc889af01a10"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#ae1032d5ad9deba25f15ebc889af01a10">librevenge::RVNGTextInterface::openFootnote</a></div><div class="ttdeci">virtual void openFootnote(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Called when a footnote should be opened (a sub-document will be placed inside of it) ...</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_a8e7f50b8749f3edbd3c84c25144159f9"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#a8e7f50b8749f3edbd3c84c25144159f9">librevenge::RVNGTextInterface::closeEndnote</a></div><div class="ttdeci">virtual void closeEndnote()=0</div><div class="ttdoc">Called when a endnote should be closed. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_a2a08237423f23369a0189881d4504188"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#a2a08237423f23369a0189881d4504188">librevenge::RVNGTextInterface::closeFootnote</a></div><div class="ttdeci">virtual void closeFootnote()=0</div><div class="ttdoc">Called when a footnote should be closed. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_a90d451c540cc43856b65e7a45cce690a"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#a90d451c540cc43856b65e7a45cce690a">librevenge::RVNGTextInterface::insertField</a></div><div class="ttdeci">virtual void insertField(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Called when a field should be inserted. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html">librevenge::RVNGTextInterface</a></div><div class="ttdef"><b>Definition:</b> RVNGTextInterface.h:39</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_a2af542310564f7017cdcfe7a7947fd55"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#a2af542310564f7017cdcfe7a7947fd55">librevenge::RVNGTextInterface::openSpan</a></div><div class="ttdeci">virtual void openSpan(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Called when a text span is opened. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_a5d048ad40c89c1dca2fe11840a01fcf8"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#a5d048ad40c89c1dca2fe11840a01fcf8">librevenge::RVNGTextInterface::defineSectionStyle</a></div><div class="ttdeci">virtual void defineSectionStyle(const RVNGPropertyList &amp;propList)=0</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_a5455f294de43a1e06ad52ba6bbb3d18b"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#a5455f294de43a1e06ad52ba6bbb3d18b">librevenge::RVNGTextInterface::closeFrame</a></div><div class="ttdeci">virtual void closeFrame()=0</div><div class="ttdoc">Called when the current positioned box is closed. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_a78ed089a3023bc41870d27c41c06b354"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#a78ed089a3023bc41870d27c41c06b354">librevenge::RVNGTextInterface::definePageStyle</a></div><div class="ttdeci">virtual void definePageStyle(const RVNGPropertyList &amp;propList)=0</div></div>
<div class="ttc" id="RVNGPropertyListVector_8h_html"><div class="ttname"><a href="RVNGPropertyListVector_8h.html">RVNGPropertyListVector.h</a></div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_af67a34dc4223def7ce4e664ecc8a649d"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#af67a34dc4223def7ce4e664ecc8a649d">librevenge::RVNGTextInterface::insertCoveredTableCell</a></div><div class="ttdeci">virtual void insertCoveredTableCell(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Called when a covered (spanned by another cell in the table) table cell is opened. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_ab378460c7f051e85962256d3e5120e34"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#ab378460c7f051e85962256d3e5120e34">librevenge::RVNGTextInterface::defineGraphicStyle</a></div><div class="ttdeci">virtual void defineGraphicStyle(const librevenge::RVNGPropertyList &amp;propList)=0</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_a84ea5ac42cf42b7d75b116d9fec684fb"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#a84ea5ac42cf42b7d75b116d9fec684fb">librevenge::RVNGTextInterface::drawPolyline</a></div><div class="ttdeci">virtual void drawPolyline(const RVNGPropertyList &amp;propList)=0</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_ad8b3220cd64a6f4e8a698b13d00a7b35"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#ad8b3220cd64a6f4e8a698b13d00a7b35">librevenge::RVNGTextInterface::insertEquation</a></div><div class="ttdeci">virtual void insertEquation(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Called when a mathml object should be inserted. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_aef3baf27d6036b377abe7e5731d1c284"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#aef3baf27d6036b377abe7e5731d1c284">librevenge::RVNGTextInterface::insertBinaryObject</a></div><div class="ttdeci">virtual void insertBinaryObject(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Called when a binary object should be inserted. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_a7c39a3ebc5269748f926f6dd61a9b24f"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#a7c39a3ebc5269748f926f6dd61a9b24f">librevenge::RVNGTextInterface::openComment</a></div><div class="ttdeci">virtual void openComment(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Called when a comment or annotation should be opened (a sub-document will be placed inside of it) ...</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_ae6fe08a939dde5a55461407d7b3bca8b"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#ae6fe08a939dde5a55461407d7b3bca8b">librevenge::RVNGTextInterface::openListElement</a></div><div class="ttdeci">virtual void openListElement(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Called when a list element should be opened. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_a75aab7daf5fa1cab5134626fab99bb23"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#a75aab7daf5fa1cab5134626fab99bb23">librevenge::RVNGTextInterface::insertTab</a></div><div class="ttdeci">virtual void insertTab()=0</div><div class="ttdoc">Called when a TAB character should be inserted. </div></div>
<div class="ttc" id="RVNGPropertyList_8h_html"><div class="ttname"><a href="RVNGPropertyList_8h.html">RVNGPropertyList.h</a></div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_a4bf514a4fc9eb041c4a1573c7de230ff"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#a4bf514a4fc9eb041c4a1573c7de230ff">librevenge::RVNGTextInterface::openTableCell</a></div><div class="ttdeci">virtual void openTableCell(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Called when a new table cell is opened. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_a1c4b2ac60314863cf5a2f0a9e403f21e"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#a1c4b2ac60314863cf5a2f0a9e403f21e">librevenge::RVNGTextInterface::openUnorderedListLevel</a></div><div class="ttdeci">virtual void openUnorderedListLevel(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Called when a new unordered list level should be opened. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_a45850a200783b85f59e0ede2c66607df"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#a45850a200783b85f59e0ede2c66607df">librevenge::RVNGTextInterface::openParagraph</a></div><div class="ttdeci">virtual void openParagraph(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Called when a new paragraph is opened. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_aa9eea04bc56a4647947698def57fb66d"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#aa9eea04bc56a4647947698def57fb66d">librevenge::RVNGTextInterface::defineEmbeddedFont</a></div><div class="ttdeci">virtual void defineEmbeddedFont(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Called when an embedded font should be defined. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_a34dd2eb2be2a75ff3019277873b0c01c"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#a34dd2eb2be2a75ff3019277873b0c01c">librevenge::RVNGTextInterface::drawRectangle</a></div><div class="ttdeci">virtual void drawRectangle(const RVNGPropertyList &amp;propList)=0</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_a83a92fd4048bc7076b8ce6f57735193a"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#a83a92fd4048bc7076b8ce6f57735193a">librevenge::RVNGTextInterface::openEndnote</a></div><div class="ttdeci">virtual void openEndnote(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Called when a endnote should be opened (a sub-document will be placed inside of it) ...</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_a06975f4113ca51ba45bfad98455a0ad4"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#a06975f4113ca51ba45bfad98455a0ad4">librevenge::RVNGTextInterface::closeTableCell</a></div><div class="ttdeci">virtual void closeTableCell()=0</div><div class="ttdoc">Called when the current table cell is closed. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_a359d414a5386f44beab72181c25169ae"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#a359d414a5386f44beab72181c25169ae">librevenge::RVNGTextInterface::openTableRow</a></div><div class="ttdeci">virtual void openTableRow(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Called when a new table row is opened. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_aa42dd24e75adf965edaae5e0a5409b44"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#aa42dd24e75adf965edaae5e0a5409b44">librevenge::RVNGTextInterface::openLink</a></div><div class="ttdeci">virtual void openLink(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Called when a link should be opened. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_a4113f94944400919efb8bc78aa972cab"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#a4113f94944400919efb8bc78aa972cab">librevenge::RVNGTextInterface::closeSection</a></div><div class="ttdeci">virtual void closeSection()=0</div><div class="ttdoc">Called when a section is closed. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_a2177f7396d4ec8d8dc633a1b0eac2d2f"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#a2177f7396d4ec8d8dc633a1b0eac2d2f">librevenge::RVNGTextInterface::openHeader</a></div><div class="ttdeci">virtual void openHeader(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Called when a header should be opened (a sub-document will be placed inside of it). </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_a751e168ec9c835c72bedabdfb1848653"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#a751e168ec9c835c72bedabdfb1848653">librevenge::RVNGTextInterface::openFooter</a></div><div class="ttdeci">virtual void openFooter(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Called when a footer should be opened (a sub-document will be placed inside of it). </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_a74033a8645bb4701ab69457d08026ed8"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#a74033a8645bb4701ab69457d08026ed8">librevenge::RVNGTextInterface::startDocument</a></div><div class="ttdeci">virtual void startDocument(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Called at the start of the parsing process. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_a4f1f7aa697ed0aa605acc8a5083d5b49"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#a4f1f7aa697ed0aa605acc8a5083d5b49">librevenge::RVNGTextInterface::closeParagraph</a></div><div class="ttdeci">virtual void closeParagraph()=0</div><div class="ttdoc">Called when a paragraph is closed. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_a6ead7df31ac6c7e7c358fc150f97a81e"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#a6ead7df31ac6c7e7c358fc150f97a81e">librevenge::RVNGTextInterface::closeLink</a></div><div class="ttdeci">virtual void closeLink()=0</div><div class="ttdoc">Called when the current link is closed. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_a9cbf03ad701f0b3147c00d8f2b60a7fb"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#a9cbf03ad701f0b3147c00d8f2b60a7fb">librevenge::RVNGTextInterface::closeGroup</a></div><div class="ttdeci">virtual void closeGroup()=0</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_a3e58f71429927daf82ef922bb8a538f0"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#a3e58f71429927daf82ef922bb8a538f0">librevenge::RVNGTextInterface::setDocumentMetaData</a></div><div class="ttdeci">virtual void setDocumentMetaData(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Called when all document metadata should be set. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_ae6dc21543e88706cf13cf1aeb8cc7a6b"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#ae6dc21543e88706cf13cf1aeb8cc7a6b">librevenge::RVNGTextInterface::closeTable</a></div><div class="ttdeci">virtual void closeTable()=0</div><div class="ttdoc">Called when the current table is closed. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_a450565ff8da85e3beb8e7397e1b9ad77"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#a450565ff8da85e3beb8e7397e1b9ad77">librevenge::RVNGTextInterface::endDocument</a></div><div class="ttdeci">virtual void endDocument()=0</div><div class="ttdoc">Called at the end of the parsing process. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_ad419a37dca59a8b3800189713a6173e6"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#ad419a37dca59a8b3800189713a6173e6">librevenge::RVNGTextInterface::closeOrderedListLevel</a></div><div class="ttdeci">virtual void closeOrderedListLevel()=0</div><div class="ttdoc">Called when an unordered list level should be closed. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_a03cc271a11625f9ee05aec97a569b0c0"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#a03cc271a11625f9ee05aec97a569b0c0">librevenge::RVNGTextInterface::drawEllipse</a></div><div class="ttdeci">virtual void drawEllipse(const RVNGPropertyList &amp;propList)=0</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_a8bc2ea90064f654e6a180583d9a9c852"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#a8bc2ea90064f654e6a180583d9a9c852">librevenge::RVNGTextInterface::closeSpan</a></div><div class="ttdeci">virtual void closeSpan()=0</div><div class="ttdoc">Called when a text span is closed. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_aa8c58038529b9a0135be5403e0177003"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#aa8c58038529b9a0135be5403e0177003">librevenge::RVNGTextInterface::openSection</a></div><div class="ttdeci">virtual void openSection(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Called when a new section is opened. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_a6a65a0611e506de20137cedee9119961"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#a6a65a0611e506de20137cedee9119961">librevenge::RVNGTextInterface::closeHeader</a></div><div class="ttdeci">virtual void closeHeader()=0</div><div class="ttdoc">Called when a header should be closed. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_a87c1a8c62eb8369cbaa177834fa52e5c"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#a87c1a8c62eb8369cbaa177834fa52e5c">librevenge::RVNGTextInterface::openGroup</a></div><div class="ttdeci">virtual void openGroup(const librevenge::RVNGPropertyList &amp;propList)=0</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_aa25bde2d0b4e9e21227837c0dea4a363"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#aa25bde2d0b4e9e21227837c0dea4a363">librevenge::RVNGTextInterface::defineParagraphStyle</a></div><div class="ttdeci">virtual void defineParagraphStyle(const RVNGPropertyList &amp;propList)=0</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_a2e2d52a6af67371977d205c210af4e20"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#a2e2d52a6af67371977d205c210af4e20">librevenge::RVNGTextInterface::closeTableRow</a></div><div class="ttdeci">virtual void closeTableRow()=0</div><div class="ttdoc">Called when the current table row is closed. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_a110b9164b37257c7c308fbc8df3309a7"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#a110b9164b37257c7c308fbc8df3309a7">librevenge::RVNGTextInterface::openFrame</a></div><div class="ttdeci">virtual void openFrame(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Called when a positioned box should be opened. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_aec016c7339aad51d82a8cb9b12673cbe"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#aec016c7339aad51d82a8cb9b12673cbe">librevenge::RVNGTextInterface::closeListElement</a></div><div class="ttdeci">virtual void closeListElement()=0</div><div class="ttdoc">Called when a list element should be closed. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_a83bb0dd221e1e5ae6e2b5e99489bb061"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#a83bb0dd221e1e5ae6e2b5e99489bb061">librevenge::RVNGTextInterface::drawConnector</a></div><div class="ttdeci">virtual void drawConnector(const RVNGPropertyList &amp;propList)=0</div><div class="ttdoc">Draw a connector. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_a9617f4830ea0cd2f6c2ae65f643e6277"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#a9617f4830ea0cd2f6c2ae65f643e6277">librevenge::RVNGTextInterface::insertLineBreak</a></div><div class="ttdeci">virtual void insertLineBreak()=0</div><div class="ttdoc">Called when a line break should be inserted. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_aba4b4234139c7b517e9cd986ec70f388"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#aba4b4234139c7b517e9cd986ec70f388">librevenge::RVNGTextInterface::~RVNGTextInterface</a></div><div class="ttdeci">virtual ~RVNGTextInterface()</div><div class="ttdef"><b>Definition:</b> RVNGTextInterface.h:42</div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_aba84d4ae81baad3f4604d5150cb87006"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#aba84d4ae81baad3f4604d5150cb87006">librevenge::RVNGTextInterface::closePageSpan</a></div><div class="ttdeci">virtual void closePageSpan()=0</div><div class="ttdoc">Called when a page span is closed. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGTextInterface_html_aa27adc7dc0d99c058c5e651fecbb87c0"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#aa27adc7dc0d99c058c5e651fecbb87c0">librevenge::RVNGTextInterface::closeUnorderedListLevel</a></div><div class="ttdeci">virtual void closeUnorderedListLevel()=0</div><div class="ttdoc">Called when an ununordered list level should be closed. </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="classlibrevenge_1_1RVNGTextInterface_html_a9024fd668b796ef1dfaa986766004a34"><div class="ttname"><a href="classlibrevenge_1_1RVNGTextInterface.html#a9024fd668b796ef1dfaa986766004a34">librevenge::RVNGTextInterface::closeComment</a></div><div class="ttdeci">virtual void closeComment()=0</div><div class="ttdoc">Called when a comment or annotation should be closed. </div></div>
<div class="ttc" id="classlibrevenge_1_1RVNGString_html"><div class="ttname"><a href="classlibrevenge_1_1RVNGString.html">librevenge::RVNGString</a></div><div class="ttdef"><b>Definition:</b> RVNGString.h:31</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>