]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Clarifying comment re: input. Fix a typo.
authorWilliam Victor Mote <vmote@apache.org>
Wed, 9 Jul 2003 12:54:35 +0000 (12:54 +0000)
committerWilliam Victor Mote <vmote@apache.org>
Wed, 9 Jul 2003 12:54:35 +0000 (12:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196663 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/dev/rtflib.xml

index a29621428bad6fe6e4be0b1c08272acaee244b23..01e1ef9caf8ecd3abed65b0c9879b6550e5f191b 100644 (file)
@@ -15,7 +15,8 @@ By <em>independent</em> we mean:</p>
         <ul>
           <li>Although it is used by FOP to generate FOP's RTF output, it is not dependent on FOP for any of its functionality.</li>
           <li>It does not require FOP as a front-end, nor does it even require XSL-FO for input.
-It can be used anywhere RTF output is required and java is available.</li>
+It essentially exposes an API of relatively high-level RTF construction routines to a host program.
+This means it can be used anywhere RTF output is required and java is available.</li>
         </ul>
         <p>The FOP development team intends to keep the RTFLib package independent so that it can be used for other purposes.</p>
       </section>
@@ -274,7 +275,7 @@ A quick look at the Abstract <link href="http://cvs.apache.org/viewcvs.cgi/xml-f
             <tr>
               <td>Underline</td>
               <td>RtfText.ATTR_UNDERLINE</td>
-              <td>N/A (boolean), or (int) 0 to turn underling off</td>
+              <td>N/A (boolean), or (int) 0 to turn underlining off</td>
               <td>\ul</td>
             </tr>
             <tr>