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 ke...@locus.apache.org on 2000/08/03 06:58:09 UTC

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

keiron      00/08/02 21:58:06

  Modified:    src/codegen properties.xml
  Log:
  added content-width , -height for instream foreign object
  
  Revision  Changes    Path
  1.15      +14 -0     xml-fop/src/codegen/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/codegen/properties.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- properties.xml	2000/07/21 23:00:24	1.14
  +++ properties.xml	2000/08/03 04:58:06	1.15
  @@ -155,6 +155,20 @@
       <default>8in</default>
     </property>
     <property>
  +    <name>content-width</name>
  +    <class-name>ContentWidth</class-name>
  +    <inherited>false</inherited>
  +    <datatype>Length</datatype>
  +    <default>auto</default>
  +  </property>
  +  <property>
  +    <name>content-height</name>
  +    <class-name>ContentHeight</class-name>
  +    <inherited>false</inherited>
  +    <datatype>Length</datatype>
  +    <default>auto</default>
  +  </property>
  +  <property>
       <name>page-master-repeating</name>
       <class-name>PageMasterRepeating</class-name>
       <inherited>false</inherited>