[jboss-cvs] jboss-seam/doc/reference/en/modules ...

Norman Richards norman.richards at jboss.com
Mon Jan 22 00:02:55 EST 2007


  User: nrichards
  Date: 07/01/22 00:02:55

  Modified:    doc/reference/en/modules  itext.xml
  Log:
  document pagesize and orientation updates
  
  Revision  Changes    Path
  1.2       +13 -1     jboss-seam/doc/reference/en/modules/itext.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: itext.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/itext.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- itext.xml	17 Jan 2007 11:20:34 -0000	1.1
  +++ itext.xml	22 Jan 2007 05:02:55 -0000	1.2
  @@ -76,7 +76,19 @@
                       <listitem>
                           <para>The size of the page to be generate. The most commonly used values would be
                                   <literal>LETTER</literal> and <literal>A4</literal>. A full list of supported pages
  -                            sizes can be found in <literal>com.lowagie.text.PageSize</literal> class.</para>
  +                            sizes can be found in <literal>com.lowagie.text.PageSize</literal> class.   Alternatively, pageSize can provide the width and height of the page directly.  The value "612 792", for example, is equizalent to the LETTER page size.</para>
  +                    </listitem>
  +                </varlistentry>
  +
  +                <varlistentry>
  +                    <term>
  +                        <literal>orientation</literal>
  +                    </term>
  +                    <listitem>
  +                        <para>The orientation of the page.  Valid values are 
  +                        <literal>portrait</literal> and <literal>landscape</literal>.  In 
  +                        landscape mode, the height and width page size values are reversed.
  +                    </para>
                       </listitem>
                   </varlistentry>
   
  
  
  



More information about the jboss-cvs-commits mailing list