diff options
author | fotis <fotis@unknown> | 2000-07-06 09:04:19 +0000 |
---|---|---|
committer | fotis <fotis@unknown> | 2000-07-06 09:04:19 +0000 |
commit | c1fa56e311d75b88a82c2ad1b5d598a2afbe7786 (patch) | |
tree | 09ac817f0142dc1aced8a87d1e311a60dfd30a6b /docs | |
parent | 6f662399591b7319beb5c3624557e8acfe617bf1 (diff) | |
download | xmlgraphics-fop-c1fa56e311d75b88a82c2ad1b5d598a2afbe7786.tar.gz xmlgraphics-fop-c1fa56e311d75b88a82c2ad1b5d598a2afbe7786.zip |
added page-number-citation, simple link. describes limitation for the first
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193458 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/xml-docs/fop/implemented.xml | 6 | ||||
-rw-r--r-- | docs/xml-docs/fop/limitations.xml | 11 |
2 files changed, 14 insertions, 3 deletions
diff --git a/docs/xml-docs/fop/implemented.xml b/docs/xml-docs/fop/implemented.xml index 214c07387..5b58f8c68 100644 --- a/docs/xml-docs/fop/implemented.xml +++ b/docs/xml-docs/fop/implemented.xml @@ -1,5 +1,4 @@ <?xml version="1.0" standalone="no"?> -<!DOCTYPE s1 SYSTEM "sbk:/style/dtd/document.dtd"> <!-- What's Implemented? --> @@ -26,6 +25,7 @@ <li>list-item-body </li> <li>list-item-label </li> <li>page-number </li> + <li>page-number-citation, see <jump href="limitations.html">limitations</jump></li> <li>page-sequence </li> <li>region-after </li> <li>region-before </li> @@ -36,6 +36,7 @@ <li>sequence-specifier-repeating </li> <li>sequence-specifier-single </li> <li>simple-page-master </li> + <li>simple-link (internal and external)</li> <li>static-content </li> <li>table (minimal support)</li> <li>table-body (minimal support)</li> @@ -86,6 +87,7 @@ <li>column-width </li> <li>end-indent </li> <li>extent </li> + <li>external-destination</li> <li>flow-name </li> <li>font-family </li> <li>font-size </li> @@ -95,6 +97,7 @@ <li>href </li> <li>id</li> <li>initial-page-number</li> + <li>internal-destination</li> <li>keep-with-next</li> <li>left</li> <li>line-height </li> @@ -121,6 +124,7 @@ <li>position (allowed values: "static" (default),"relative", "absolute", fixed ) </li> <li>provisional-distance-between-starts </li> <li>provisional-label-separation </li> + <li>ref-id </li> <li>right</li> <li>rule-thickness </li> <li>space-after.optimum </li> diff --git a/docs/xml-docs/fop/limitations.xml b/docs/xml-docs/fop/limitations.xml index dcf0a2947..21325b51a 100644 --- a/docs/xml-docs/fop/limitations.xml +++ b/docs/xml-docs/fop/limitations.xml @@ -1,5 +1,5 @@ -<?xml version="1.0" standalone="no"?> -<!DOCTYPE s1 SYSTEM "sbk:/style/dtd/document.dtd"> +<?xml version="1.0"?> + <!-- Limitations --> @@ -10,6 +10,13 @@ in <jump href="implemented.html">features</jump>, sometimes it does so only in a limited way. </p> + <s2 title="page-number-citation"> + <p>Only works for table of contents without any problems. The case where the page number doesn't + fit on a line isn't handled, and any text on the same line and after the page-number might not + appear exactly where you want it to. + </p> + </s2> + <s2 title="list-block"> <p>The fo working draft allows describes two ways to markup lists.The list-block must have as children either: 1) pairs of fo:list-item-label and fo:list-item-body formatting objects, or |