vmote 2003/07/09 05:54:35
Modified: src/documentation/content/xdocs/dev rtflib.xml
Log:
Clarifying comment re: input. Fix a typo.
Revision Changes Path
1.5 +3 -2 xml-fop/src/documentation/content/xdocs/dev/rtflib.xml
Index: rtflib.xml
===================================================================
RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/dev/rtflib.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- rtflib.xml 8 Jul 2003 19:08:29 -0000 1.4
+++ rtflib.xml 9 Jul 2003 12:54:35 -0000 1.5
@@ -15,7 +15,8 @@
<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 @@
<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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]