klease      01/09/21 14:40:09

  Modified:    src/codegen foproperties.xml
  Log:
  Add support for values left and right in the text-align property. Fixes bugs 1723, 
1724
  
  Revision  Changes    Path
  1.24      +4 -2      xml-fop/src/codegen/foproperties.xml
  
  Index: foproperties.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/codegen/foproperties.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- foproperties.xml  2001/08/06 09:17:24     1.23
  +++ foproperties.xml  2001/09/21 21:40:09     1.24
  @@ -1127,10 +1127,12 @@
       <name>text-align</name>
       <inherited>true</inherited>
       <datatype>Enum</datatype>
  +<!-- Note: both 'end' and 'right' are mapped to END -->
  +<!--       both 'start' and 'left' are mapped to START -->
         <enumeration>
           <value const="CENTER">center</value>
  -        <value const="END">end</value>
  -        <value const="START">start</value>
  +        <value const="END">end right</value>
  +        <value const="START">start left</value>
           <value const="JUSTIFY">justify</value>
         </enumeration>
       <default>start</default>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to