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...@apache.org on 2001/07/08 22:58:28 UTC

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

arved       01/07/08 13:58:27

  Modified:    src/codegen foproperties.xml
  Log:
  Support 'format' property on fo:page-sequence
  
  Revision  Changes    Path
  1.17      +44 -0     xml-fop/src/codegen/foproperties.xml
  
  Index: foproperties.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/codegen/foproperties.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- foproperties.xml	2001/04/11 21:39:02	1.16
  +++ foproperties.xml	2001/07/08 20:58:27	1.17
  @@ -1363,6 +1363,50 @@
   			</enumeration>
   		<default>before</default>
   	</property>
  +	<property>
  +		<name>format</name>
  +		<inherited>false</inherited>
  +		<datatype>String</datatype>
  +		<default>1</default>
  +	</property>
  +	<property>
  +		<name>grouping-separator</name>
  +		<inherited>false</inherited>
  +		<datatype>Character</datatype>
  +		<default>none</default>
  +	</property>
  +	<property>
  +		<name>grouping-size</name>
  +		<inherited>false</inherited>
  +		<datatype>Number</datatype>
  +		<!-- 0 means no grouping -->
  +		<default>0</default>
  +	</property>
  +	<property>
  +		<name>letter-value</name>
  +		<inherited>false</inherited>
  +		<datatype>Enum</datatype>
  +			<enumeration>
  +				<value const="ALPHABETIC">alphabetic</value>
  +				<value const="TRADITIONAL">traditional</value>
  +				<value const="AUTO">auto</value>
  +			</enumeration>
  +		<default>auto</default>
  +	</property>
  +	<property>
  +		<name>force-page-count</name>
  +		<inherited>false</inherited>
  +		<datatype>Enum</datatype>
  +			<enumeration>
  +				<value const="EVEN">even</value>
  +				<value const="ODD">odd</value>
  +				<value const="END_ON_EVEN">end-on-even</value>
  +				<value const="END_ON_ODD">end-on-odd</value>
  +				<value const="NO_FORCE">no-force</value>
  +				<value const="AUTO">auto</value>
  +			</enumeration>
  +		<default>auto</default>
  +	</property>
    </generic-property-list>
   </property-list>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org