diff options
author | Karen Lease <klease@apache.org> | 2001-01-02 21:49:15 +0000 |
---|---|---|
committer | Karen Lease <klease@apache.org> | 2001-01-02 21:49:15 +0000 |
commit | 12b359838542b24b5de58dd5b2a3e46aa6042a64 (patch) | |
tree | 70972697562f4d3c4936833d9d7394342ef3e3a8 /docs/examples/fo/inhprop.fo | |
parent | bc77d284c5d95b00da3c63d5ab6dab21873235eb (diff) | |
download | xmlgraphics-fop-12b359838542b24b5de58dd5b2a3e46aa6042a64.tar.gz xmlgraphics-fop-12b359838542b24b5de58dd5b2a3e46aa6042a64.zip |
update for new properties functionality
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193945 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/examples/fo/inhprop.fo')
-rw-r--r-- | docs/examples/fo/inhprop.fo | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/examples/fo/inhprop.fo b/docs/examples/fo/inhprop.fo index 3ea986cc4..16b2fde0a 100644 --- a/docs/examples/fo/inhprop.fo +++ b/docs/examples/fo/inhprop.fo @@ -94,6 +94,8 @@ Below fo:root there is always space-before.optimum="10pt" space-after.optimum="10pt" text-align="start" + keep-with-next.within-page="always" + keep-together.within-page="always" padding-top="3pt"> Function: object from-parent( <fo:inline font-weight='bold'>NCName</fo:inline>) </fo:block> @@ -103,6 +105,7 @@ Below fo:root there is always font-family="sans-serif" line-height="1.25em" space-after="3pt" + keep-together="auto" text-align="start"> The from-parent function returns a computed value of the property whose name matches the argument specified. The value returned is that |