diff options
author | Keiron Liddle <keiron@apache.org> | 2002-07-05 05:27:01 +0000 |
---|---|---|
committer | Keiron Liddle <keiron@apache.org> | 2002-07-05 05:27:01 +0000 |
commit | a2476a424879e2a8bccbde82839745056f6af373 (patch) | |
tree | cb2ae2928100d7818f4f70a9d77bd0d7d5abed73 | |
parent | 783816df9413d8950c8769d234e9750576130dfe (diff) | |
download | xmlgraphics-fop-a2476a424879e2a8bccbde82839745056f6af373.tar.gz xmlgraphics-fop-a2476a424879e2a8bccbde82839745056f6af373.zip |
added error-if-overflow
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194966 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | src/codegen/foproperties.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/codegen/foproperties.xml b/src/codegen/foproperties.xml index 9203edba9..2131423da 100644 --- a/src/codegen/foproperties.xml +++ b/src/codegen/foproperties.xml @@ -1389,6 +1389,7 @@ <value const="VISIBLE">visible</value> <value const="HIDDEN">hidden</value> <value const="SCROLL">scroll</value> + <value const="ERROR_IF_OVERFLOW">error-if-overflow</value> <value const="AUTO">auto</value> </enumeration> <default>auto</default> |