diff options
author | Karen Lease <klease@apache.org> | 2001-02-01 21:38:11 +0000 |
---|---|---|
committer | Karen Lease <klease@apache.org> | 2001-02-01 21:38:11 +0000 |
commit | 6e8ca8d59734101b63cf933f2d12f482f5ae371b (patch) | |
tree | 6354d5a37b21d8786031df4825abbb709a8386e0 /src/codegen/foproperties.xml | |
parent | e6e8945040db1c9bcff0aea35775190c3944b718 (diff) | |
download | xmlgraphics-fop-6e8ca8d59734101b63cf933f2d12f482f5ae371b.tar.gz xmlgraphics-fop-6e8ca8d59734101b63cf933f2d12f482f5ae371b.zip |
Commit more text decoration support from Christain Geisert (finally)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194007 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/codegen/foproperties.xml')
-rw-r--r-- | src/codegen/foproperties.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/codegen/foproperties.xml b/src/codegen/foproperties.xml index a436fb24c..ad03a9477 100644 --- a/src/codegen/foproperties.xml +++ b/src/codegen/foproperties.xml @@ -1069,6 +1069,11 @@ <value const="UNDERLINE">underline</value> <value const="OVERLINE">overline</value> <value const="LINE_THROUGH">line-through</value> + <value const="BLINK">blink</value> + <value const="NO_UNDERLINE">no-underline</value> + <value const="NO_OVERLINE">no-overline</value> + <value const="NO_LINE_THROUGH">no-line-through</value> + <value const="NO_BLINK">no-blink</value> </enumeration> <default>none</default> </property> |