From 90410f7a18c9154a5519e335579b2e3af29e0a76 Mon Sep 17 00:00:00 2001 From: Keiron Liddle Date: Thu, 28 Mar 2002 11:53:53 +0000 Subject: [PATCH] inline area alignment example from spec git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194727 13f79535-47bb-0310-9956-ffa450edef68 --- docs/examples/fo/alignment.fo | 196 ++++++++++++++++++++++++++++++++++ 1 file changed, 196 insertions(+) create mode 100644 docs/examples/fo/alignment.fo diff --git a/docs/examples/fo/alignment.fo b/docs/examples/fo/alignment.fo new file mode 100644 index 000000000..a9f9ff966 --- /dev/null +++ b/docs/examples/fo/alignment.fo @@ -0,0 +1,196 @@ + + + + + + + + + Ex 1: This +is a longer line of text that provides a context for the line with the images aligned on it. +This is a line with before-edge + + + + + + + + + + + + +, after-edge + + + + + + + + + + + +, middle + + + + + + +, and no + + + + + alignment. +And this is the line of text that follows the line with the aligned objects on it. +And finally, this line illustrates the normal spacing between lines of text in this font. + + + Ex 2: This +is a longer line of text that provides a context for the line with the images aligned on it. +This is a line with before-edge + + + + + + + + + + + + +, after-edge + + + + + + + + + + + +, middle + + + + + + + alignment. +And this is the line of text that follows the line with the aligned objects on it. +And finally, this line illustrates the normal spacing between lines of text in this font. + + + Ex 3: This +is a longer line of text that provides a context for the line with the images aligned on it. +This is a line with before-edge + + + + + + + + + + + + +, after-edge + + + + + + + + + + + + alignment. +And this is the line of text that follows the line with the aligned objects on it. +And finally, this line illustrates the normal spacing between lines of text in this font. + + + Ex 4: This +is a longer line of text that provides a context for the line with the images aligned on it. +This is a line with before-edge + + + + + + + + + + + + +, after-edge + + + + + + + + + + + + alignment. +And this is the line of text that follows the line with the aligned objects on it. +And finally, this line illustrates the normal spacing between lines of text in this font. + + + Ex 5: This +is a longer line of text that provides a context for the line with the images aligned on it. +This is a line with before-edge + + + + + + + + + + + + +, after-edge + + + + + + + + + + + +, middle + + + + + + + alignment. +And this is the line of text that follows the line with the aligned objects on it. +And finally, this line illustrates the normal spacing between lines of text in this font. + + + + -- 2.39.5