From 4805c63fb1a1fd0c075dbf872cf1e07ae119a934 Mon Sep 17 00:00:00 2001 From: Kelly Campbell Date: Thu, 29 Mar 2001 07:34:57 +0000 Subject: Fixed basic-link horizontal position with justification turned on. PR: 953 Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194179 13f79535-47bb-0310-9956-ffa450edef68 --- docs/examples/fo/newlinktest.fo | 114 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100644 docs/examples/fo/newlinktest.fo (limited to 'docs/examples/fo') diff --git a/docs/examples/fo/newlinktest.fo b/docs/examples/fo/newlinktest.fo new file mode 100644 index 000000000..55df88218 --- /dev/null +++ b/docs/examples/fo/newlinktest.fo @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + + + FOP is the world's first print formatter driven by XSL formatting + objects. It is a Java 1.1 application that reads a formatting object + tree and then turns it into a PDF document. The formatting object + tree, can be in the form of an XML document (output by an XSLT engine + like XT or Xalan) or can be passed in memory as a DOM Document or (in + the case of XT) SAX events. + + + FOP is part of Apache's XML project. The homepage of FOP is + http://xml.apache.org/fop + + + +align="start" + + + + Apache FOP is the world's first print formatter driven by XSL formatting + objects. It is a Java 1.1 application that reads a formatting object + tree and then turns it into a PDF document. The formatting object + tree, can be in the form of an XML document (output by an XSLT engine + like XT or Xalan) or can be passed in memory as a DOM Document or (in + the case of XT) SAX events. + + + + +align="center" + + + + Apache FOP is the world's first print formatter driven by XSL formatting + objects. It is a Java 1.1 application that reads a formatting object + tree and then turns it into a PDF document. The formatting object + tree, can be in the form of an XML document (output by an XSLT engine + like XT or Xalan) or can be passed in memory as a DOM Document or (in + the case of XT) SAX events. + + + + +align="justify" + + + + Apache FOP is the world's first print formatter driven by XSL formatting + objects. It is a Java 1.1 application that reads a formatting object + tree and then turns it into a PDF document. The formatting object + tree, can be in the form of an XML document (output by an XSLT engine + like XT or Xalan) or can be passed in memory as a DOM Document or (in + the case of XT) SAX events. + + + + + + + + + + + good + bad + ugly + + + nice + dice + vice + + + literature + music + art + + + java + perl + python + + + + + + + + + + -- cgit v1.2.3