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/07/11 04:32:06 UTC

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

arved       00/07/10 19:32:06

  Modified:    src/codegen properties.xml
  Log:
  Supports March 27 2000 spec
  
  Revision  Changes    Path
  1.13      +49 -2     xml-fop/src/codegen/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/codegen/properties.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- properties.xml	2000/06/21 01:15:03	1.12
  +++ properties.xml	2000/07/11 02:32:06	1.13
  @@ -85,8 +85,8 @@
       <default>0pt</default>
     </property>
     <property>
  -    <name>page-master-name</name>
  -    <class-name>PageMasterName</class-name>
  +    <name>master-name</name>
  +    <class-name>MasterName</class-name>
       <inherited>false</inherited>
       <datatype>String</datatype>
       <default></default>
  @@ -812,6 +812,53 @@
   	<inherited>false</inherited>
   	<datatype>String</datatype>
   	<default></default> 
  +   </property>
  +  <property>
  +	<name>maximum-repeats</name>
  +	<class-name>MaximumRepeats</class-name>
  +	<inherited>false</inherited>
  +	<datatype>String</datatype>
  +	<default>no-limit</default> 
  +   </property>
  +  <property>
  +	<name>page-position</name>
  +	<class-name>PagePosition</class-name>
  +	<inherited>false</inherited>
  +	<datatype>
  +      <enumeration>
  +        <value const="FIRST">first</value>
  +        <value const="LAST">last</value>
  +        <value const="REST">rest</value>
  +        <value const="ANY">any</value>
  +      </enumeration>
  +	</datatype>
  +	<default>any</default> 
  +   </property>
  +  <property>
  +	<name>odd-or-even</name>
  +	<class-name>OddOrEven</class-name>
  +	<inherited>false</inherited>
  +	<datatype>
  +      <enumeration>
  +        <value const="ODD">odd</value>
  +        <value const="EVEN">even</value>
  +        <value const="ANY">any</value>
  +      </enumeration>
  +	</datatype>
  +	<default>any</default> 
  +   </property>
  +  <property>
  +	<name>blank-or-not-blank</name>
  +	<class-name>BlankOrNotBlank</class-name>
  +	<inherited>false</inherited>
  +	<datatype>
  +      <enumeration>
  +        <value const="BLANK">blank</value>
  +        <value const="NOT_BLANK">not-blank</value>
  +        <value const="ANY">any</value>
  +      </enumeration>
  +	</datatype>
  +	<default>any</default> 
      </property>