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...@apache.org on 2002/12/27 10:39:31 UTC

cvs commit: xml-fop/src/documentation/content/xdocs/dev/fo embedding.fo

keiron      2002/12/27 01:39:31

  Modified:    src/documentation/content/xdocs/dev/fo embedding.fo
  Log:
  proper widths
  
  Revision  Changes    Path
  1.3       +2 -2      xml-fop/src/documentation/content/xdocs/dev/fo/embedding.fo
  
  Index: embedding.fo
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/dev/fo/embedding.fo,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- embedding.fo	29 Nov 2002 22:00:32 -0000	1.2
  +++ embedding.fo	27 Dec 2002 09:39:30 -0000	1.3
  @@ -795,8 +795,8 @@
   Here we have some examples of how the XML can be specified in the fo document.
         <fo:block>
             <fo:table>
  -              <fo:table-column column-width="500pt"/>
  -              <fo:table-column column-width="100pt"/>
  +              <fo:table-column column-width="350pt"/>
  +              <fo:table-column column-width="150pt"/>
     <fo:table-body>
       <fo:table-row>
         <fo:table-cell number-columns-spanned="2">
  
  
  

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