From 859ead7de8cad0ef18f231428f1f372ab8843eed Mon Sep 17 00:00:00 2001 From: Keiron Liddle Date: Tue, 17 Sep 2002 07:32:10 +0000 Subject: [PATCH] improved the examples a bit links in static and rotated areas better info for use-content on leader git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195204 13f79535-47bb-0310-9956-ffa450edef68 --- docs/examples/fo/leader.fo | 23 +++++++++++++++----- docs/examples/fo/newlinktest.fo | 38 +++++++++++++++++++++++++++++++-- 2 files changed, 54 insertions(+), 7 deletions(-) diff --git a/docs/examples/fo/leader.fo b/docs/examples/fo/leader.fo index 987451fba..4f5c8ea94 100644 --- a/docs/examples/fo/leader.fo +++ b/docs/examples/fo/leader.fo @@ -50,7 +50,7 @@ b) to create entry fields in fill-in-the-blank forms c) to create horizontal rules for use as separators. You define the look and use of fo:leader with the property "leader-pattern". It can have the following values: a) space. This just creates an space. b) dots. This creates a sequence of "." c) rule. This creates a line. d) use-content. This creates a - repeating pattern of the content of fo:leader (not supported yet by Fop). + repeating pattern of the content of fo:leader. @@ -718,22 +718,35 @@ Here is some longer text. Here is some longer text. Here is some longer text. + + Use-Content + + + + The following examples show Leader with "use-content". + The inline areas from the context of the leader are + repeated until the lenght of the leader. The + "leader-pattern-width" can be used to set the width + of each repeated pattern element. + If this width is less than the inline areas then the width + of the inline areas is used. + - Characters: + Characters: abcd - Set width: + Set width: abcd - Small Width: + Small Width: abcd - SVG: + SVG: diff --git a/docs/examples/fo/newlinktest.fo b/docs/examples/fo/newlinktest.fo index 36484bcd5..afefe6bf2 100644 --- a/docs/examples/fo/newlinktest.fo +++ b/docs/examples/fo/newlinktest.fo @@ -7,7 +7,9 @@ margin-bottom="1in" margin-left="1in" margin-right="1in"> - + + + @@ -17,7 +19,18 @@ - + + + + + http://xml.apache.org/fop + + + @@ -107,6 +120,27 @@ align="justify" + + Links in different orientations + + + + This block container has a different reference orientation. + + + A link applies to the inline parent area that is created + by the basic-link. This inline area has a trait specifying + the link. + + + + http://xml.apache.org/fop + + + + + -- 2.39.5