Kaynağa Gözat

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
tags/fop-0_20_3
Karen Lease 23 yıl önce
ebeveyn
işleme
7888b55f40
1 değiştirilmiş dosya ile 4 ekleme ve 2 silme
  1. 4
    2
      src/codegen/foproperties.xml

+ 4
- 2
src/codegen/foproperties.xml Dosyayı Görüntüle

@@ -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>

Loading…
İptal
Kaydet