diff options
author | fotis <fotis@unknown> | 2001-03-25 23:03:22 +0000 |
---|---|---|
committer | fotis <fotis@unknown> | 2001-03-25 23:03:22 +0000 |
commit | a6c71f3405c41f2b8b9e244cd87284946ec0fc32 (patch) | |
tree | d81fc82901325d0423c16dae0324da7a724635c7 /docs/xml-docs/fop/implemented.xml | |
parent | 91606493009417de7ebf9ffbbd633f124c916376 (diff) | |
download | xmlgraphics-fop-a6c71f3405c41f2b8b9e244cd87284946ec0fc32.tar.gz xmlgraphics-fop-a6c71f3405c41f2b8b9e244cd87284946ec0fc32.zip |
updating docs for 0.18 release
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194174 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/xml-docs/fop/implemented.xml')
-rw-r--r-- | docs/xml-docs/fop/implemented.xml | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/docs/xml-docs/fop/implemented.xml b/docs/xml-docs/fop/implemented.xml index c4393d155..74cd3fb20 100644 --- a/docs/xml-docs/fop/implemented.xml +++ b/docs/xml-docs/fop/implemented.xml @@ -28,10 +28,12 @@ <li>region-body </li> <li>region-before </li> <li>region-after </li> + <li>region-start</li> + <li>region-end</li> <li>flow</li> <li>static-content </li> </ul> - <p>Not implemented: region-start, region-end, declarations, color-profile, title</p> + <p>Not implemented: declarations, color-profile, title</p> </s3> <s3 title="B.2 Block Formatting Objects"> @@ -101,6 +103,8 @@ </s2> +border and padding shorthand properties + <s2 title="2) Properties"> <p>Property values can be computed. Compound properties are also understood by Fop.</p> <ul> @@ -181,12 +185,12 @@ <li>padding (only one value allowed) </li> <li>padding-after</li> <li>padding-before</li> - <li>padding-bottom (only in conjunction with background color) </li> + <li>padding-bottom </li> <li>padding-end</li> - <li>padding-left (only in conjunction with background color) </li> - <li>padding-right (only in conjunction with background color) </li> + <li>padding-left </li> + <li>padding-right </li> <li>padding-start</li> - <li>padding-top (only in conjunction with background color) </li> + <li>padding-top </li> <li>page-height </li> <li>page-position</li> <li>page-width </li> |