From bc56085343a82e4d36600d08853a8e74381de81f Mon Sep 17 00:00:00 2001 From: William Victor Mote Date: Mon, 7 Jul 2003 06:36:43 +0000 Subject: [PATCH] expand Document Structure and Attributes sections git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196633 13f79535-47bb-0310-9956-ffa450edef68 --- .../content/xdocs/dev/rtflib.xml | 130 +++++++++++++++++- 1 file changed, 123 insertions(+), 7 deletions(-) diff --git a/src/documentation/content/xdocs/dev/rtflib.xml b/src/documentation/content/xdocs/dev/rtflib.xml index a8c7cac7a..fc9beb103 100644 --- a/src/documentation/content/xdocs/dev/rtflib.xml +++ b/src/documentation/content/xdocs/dev/rtflib.xml @@ -35,7 +35,7 @@ It can be used anywhere RTF output is required and java is available. Overview

Perhaps the easiest way to see how to use RTFLib is by looking at an example. A set of test documents is part of the package, and can be viewed online. A quick look at the Abstract TestDocument class, and one of the Concrete subclasses, SimpleDocument will provide the basics of how to use the package.

-

There are two basic concepts you will need to understand to use RTFLib:

+

There are two basic concepts you will need to understand in order to use RTFLib: