You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ar...@locus.apache.org on 2000/12/18 04:52:49 UTC

cvs commit: xml-fop/src/codegen foproperties.xml

arved       00/12/17 19:52:49

  Modified:    src/codegen foproperties.xml
  Log:
  Added span, column-count, column-gap
  
  Revision  Changes    Path
  1.9       +24 -0     xml-fop/src/codegen/foproperties.xml
  
  Index: foproperties.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/codegen/foproperties.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- foproperties.xml	2000/12/16 21:57:06	1.8
  +++ foproperties.xml	2000/12/18 03:52:49	1.9
  @@ -887,6 +887,30 @@
     </property>
   
     <property>
  +	<name>column-count</name>
  +	<inherited>false</inherited>
  +	<datatype>String</datatype>
  +	<default>1</default> 
  +   </property>
  +  <property>
  +	<name>column-gap</name>
  +	<inherited>false</inherited>
  +	<datatype>Length</datatype>
  +	<auto-ok/>
  +	<default>0.25in</default> 
  +   </property>
  +  <property>
  +	<name>span</name>
  +	<inherited>false</inherited>
  +    <datatype>Enum</datatype>
  +	  <enumeration>
  +        <value const="NONE">none</value>
  +        <value const="ALL">all</value>
  +      </enumeration>
  +	<default>none</default> 
  +   </property>
  +
  +   <property>
       <name>text-decoration</name>
       <inherited>false</inherited>
       <datatype>Enum</datatype>