]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
new properties for table borders
authorKaren Lease <klease@apache.org>
Wed, 11 Apr 2001 21:39:02 +0000 (21:39 +0000)
committerKaren Lease <klease@apache.org>
Wed, 11 Apr 2001 21:39:02 +0000 (21:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194199 13f79535-47bb-0310-9956-ffa450edef68

src/codegen/foproperties.xml

index c2dc32d62c9fd41210c9c876fb302748aaf4a795..ba1ea9a431b878fe8a2a850ba9a790b6a5bcde23 100644 (file)
                <datatype>LengthRange</datatype>
                <corresponding use-if-specified="true">
                        <propval><wmrel2abs dir="BLOCKPROGDIM"/></propval>
-               </corresponding>>
+               </corresponding>
                <compound>
                        <subproperty set-by-shorthand="true">
                                <name>minimum</name>
                        </subproperty>
                </compound>
        </property>
+       
+       <property>
+               <name>border-separation</name>
+               <inherited>true</inherited>
+               <datatype>LengthPair</datatype>
+               <compound>
+                       <subproperty set-by-shorthand="true">
+                               <name>block-progression-direction</name>
+                               <datatype>Length</datatype>
+                               <default>0pt</default>
+                       </subproperty>
+                       <subproperty set-by-shorthand="true">
+                               <name>inline-progression-direction</name>
+                               <datatype>Length</datatype>
+                               <default>0pt</default>
+                       </subproperty>
+               </compound>
+       </property>
+
+       <property>
+               <name>border-collapse</name>
+               <inherited>true</inherited>
+               <datatype>Enum</datatype>
+               <default>collapse</default>
+               <enumeration>
+                       <value const="SEPARATE">separate</value>
+                       <value const="COLLAPSE">collapse</value>
+               </enumeration>
+       </property>
 
+       <property>
+               <name>display-align</name>
+               <inherited>true</inherited>
+               <datatype>Enum</datatype>
+                       <enumeration>
+                               <value const="BEFORE">before</value>
+                               <value const="AFTER">after</value>
+                               <value const="CENTER">center</value>
+                               <value const="AUTO">auto</value>
+                       </enumeration>
+               <default>auto</default>
+       </property>
+       <property>
+               <name>relative-align</name>
+               <inherited>true</inherited>
+               <datatype>Enum</datatype>
+                       <enumeration>
+                               <value const="BEFORE">before</value>
+                               <value const="BASELINE">after</value>
+                       </enumeration>
+               <default>before</default>
+       </property>
  </generic-property-list>
 </property-list>