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

Norman Richards norman.richards at jboss.com
Wed Jun 13 18:08:42 EDT 2007


  User: nrichards
  Date: 07/06/13 18:08:42

  Modified:    doc/reference/en/modules  itext.xml
  Log:
  update font attribute
  
  Revision  Changes    Path
  1.9       +7 -16     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.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- itext.xml	5 Jun 2007 01:15:39 -0000	1.8
  +++ itext.xml	13 Jun 2007 22:08:41 -0000	1.9
  @@ -319,7 +319,7 @@
   
                                   <itemizedlist>
                                       <listitem>
  -                                        <para><literal>familyName</literal> &mdash; The font family. One of:
  +                                        <para><literal>family</literal> &mdash; The font family. One of:
                                                   <literal>COURIER</literal>, <literal>HELVETICA</literal>,
                                                   <literal>TIMES-ROMAN</literal>, <literal>SYMBOL</literal> or
                                                   <literal>ZAPFDINGBATS</literal>.</para>
  @@ -341,8 +341,8 @@
                                       <emphasis>Usage</emphasis>
                                   </para>
   
  -                                <programlisting>&lt;p:font size=&quot;24&quot;&gt;
  -    &lt;p:paragraph spacingAfter=&quot;50&quot;&gt;My First Document&lt;/p:paragraph&gt;
  +                                <programlisting>&lt;p:font family=&quot;courier&quot; style=&quot;bold&quot; size=&quot;24&quot;&gt;
  +    &lt;p:paragraph&gt;My Title&lt;/p:paragraph&gt;
   &lt;/p:font&gt;</programlisting>
   
                               </entry>
  @@ -373,12 +373,6 @@
   
                                   <para><literal>p:newPage</literal> inserts a page break. </para>
   
  -                                <!-- 
  -                    <para>
  -                        <emphasis>Attributes</emphasis>
  -                    </para>
  -                    -->
  -
   
                                   <para>
                                       <emphasis>Usage</emphasis>
  @@ -1842,10 +1836,8 @@
                               <para>
                                   <emphasis>Description</emphasis>
                               </para>
  -                            <para>Category data can be broken down into series.  The series tag is
  -                            used to categorize a set of data with a series and apply styling to the entire series.
  -                                
  -                            </para>
  +                            <para>Category data can be broken down into series. The series tag is used to categorize a
  +                                set of data with a series and apply styling to the entire series. </para>
                               <para>
                                   <emphasis>Attributes</emphasis>
                               </para>
  @@ -1854,8 +1846,7 @@
   
                                   <listitem>
                                       <para>
  -                                        <literal>key</literal> &mdash; The series name.
  -                                    </para>
  +                                        <literal>key</literal> &mdash; The series name. </para>
                                   </listitem>
                                   <listitem>
                                       <para>
  
  
  



More information about the jboss-cvs-commits mailing list