From 7888b55f400430fed751bd09041a433cd3c0a415 Mon Sep 17 00:00:00 2001 From: Karen Lease Date: Fri, 21 Sep 2001 21:40:09 +0000 Subject: Add support for values left and right in the text-align property. Fixes bugs 1723, 1724 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194475 13f79535-47bb-0310-9956-ffa450edef68 --- src/codegen/foproperties.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/codegen/foproperties.xml b/src/codegen/foproperties.xml index 0fd8e6cfa..a916e3ea4 100644 --- a/src/codegen/foproperties.xml +++ b/src/codegen/foproperties.xml @@ -1127,10 +1127,12 @@ text-align true Enum + + center - end - start + end right + start left justify start -- cgit v1.2.3