[seam-commits] Seam SVN: r11661 - tags/JBPAPP_4_3_CP07_FP_CR1a/doc/Seam_Reference_Guide/en-US.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Nov 23 23:28:34 EST 2009


Author: laubai
Date: 2009-11-23 23:28:32 -0500 (Mon, 23 Nov 2009)
New Revision: 11661

Modified:
   tags/JBPAPP_4_3_CP07_FP_CR1a/doc/Seam_Reference_Guide/en-US/Itext.xml
Log:
Edited itext chapters.

Modified: tags/JBPAPP_4_3_CP07_FP_CR1a/doc/Seam_Reference_Guide/en-US/Itext.xml
===================================================================
--- tags/JBPAPP_4_3_CP07_FP_CR1a/doc/Seam_Reference_Guide/en-US/Itext.xml	2009-11-24 03:47:48 UTC (rev 11660)
+++ tags/JBPAPP_4_3_CP07_FP_CR1a/doc/Seam_Reference_Guide/en-US/Itext.xml	2009-11-24 04:28:32 UTC (rev 11661)
@@ -357,7 +357,7 @@
                                     </listitem>
 
                                     <listitem>
-                                        <para><literal>style</literal> &#8212; The font styles. Any combination of :
+                                        <para><literal>style</literal> &#8212; The font styles. Any combination of:
                                                 <literal>NORMAL</literal>, <literal>BOLD</literal>,
                                             <literal>ITALIC</literal>, <literal>OBLIQUE</literal>,
                                             <literal>UNDERLINE</literal>, <literal>LINE-THROUGH</literal></para>
@@ -453,8 +453,8 @@
 
                                     <listitem>
                                         <para>
-                                            <literal>alignment</literal>&#8212; The alignment of the image. (see
-                                                <xref linkend="itext.alignment"/> for possible values) </para>
+                                            <literal>alignment</literal> &#8212; The alignment of the image. (See
+                                                <xref linkend="itext.alignment"/> for possible values.)</para>
 
                                     </listitem>
                                     <listitem>
@@ -628,13 +628,13 @@
                                     <listitem>
                                         <para>
                                             <literal>alignment</literal> &#8212; The alignment of the header/footer
-                                            box section. (see <xref linkend="itext.alignment"/> for alignment values)</para>
+                                            box section. (See <xref linkend="itext.alignment"/> for alignment values.)</para>
 
                                     </listitem>
 
                                     <listitem>
                                         <para><literal>backgroundColor</literal> &#8212; The background color of the
-                                            header/footer box. (see <xref linkend="itext.colors"/> for color values)
+                                            header/footer box. (See <xref linkend="itext.colors"/> for color values.)
                                         </para>
                                     </listitem>
 
@@ -646,8 +646,8 @@
                                             header/footer box. Individual border sides can be set using
                                                 <literal>borderColorLeft</literal>, <literal>borderColorRight</literal>,
                                                 <literal>borderColorTop</literal> and
-                                            <literal>borderColorBottom</literal>.(see <xref linkend="itext.colors"/> for
-                                            color values) </para>
+                                            <literal>borderColorBottom</literal>. (See <xref linkend="itext.colors"/> for
+                                            color values.)</para>
                                     </listitem>
                                     <listitem>
                                         <para>
@@ -729,7 +729,7 @@
                                 <para>If the generated document follows a book/article structure, the
                                     <literal>p:chapter</literal> and <literal>p:section</literal> tags can be used to
                                     provide the necessary structure. Sections can only be used inside of chapters, but
-                                    they may be nested arbitrarily deep. Most PDF viewers provide easy navigation
+                                    they may be nested to an arbitrary depth. Most PDF viewers provide easy navigation
                                     between chapters and sections in a document. </para>
 
                                 <para>
@@ -743,7 +743,7 @@
                                     <listitem>
                                         <para>
                                             <literal>alignment</literal> &#8212; The alignment of the header/footer
-                                            box section. (see <xref linkend="itext.alignment"/> for alignment values)</para>
+                                            box section. (See <xref linkend="itext.alignment"/> for alignment values.)</para>
 
                                     </listitem>
 
@@ -810,7 +810,7 @@
             <title>Lists</title>
 
             <para>List structures can be displayed using the <literal>p:list</literal> and <literal>p:listItem</literal>
-                tags. Lists may contain arbitrarily-nested sublists. List items may not be used outside of a list. he
+                tags. Lists may contain arbitrarily-nested sublists. List items may not be used outside of a list. The
                 following document uses the <literal>ui:repeat</literal> tag to to display a list of values retrieved
                 from a Seam component. </para>
 
@@ -921,13 +921,13 @@
                                     <listitem>
                                         <para>
                                             <literal>alignment</literal> &#8212; The alignment of the header/footer
-                                            box section. (see <xref linkend="itext.alignment"/> for alignment values)</para>
+                                            box section. (See <xref linkend="itext.alignment"/> for alignment values.)</para>
 
                                     </listitem>
 
                                     <listitem>
                                         <para><literal>alignment</literal> &#8212; The alignment of the list item.
-                                            (See <xref linkend="itext.alignment"/> for possible values)</para>
+                                            (See <xref linkend="itext.alignment"/> for possible values.)</para>
                                     </listitem>
 
 
@@ -972,8 +972,8 @@
             <title>Tables</title>
 
             <para>Table structures can be created using the <literal>p:table</literal> and <literal>p:cell</literal>
-                tags. Unlike many table structures, there is no explicit row declaration. If a table has 3 columns, then
-                every 3 cells will automatically form a row. Header and footer rows can be declared, and the headers and
+                tags. Unlike many table structures, there is no explicit row declaration. If a table has three columns, then
+                every three cells will automatically form a row. Header and footer rows can be declared, and the headers and
                 footers will be repeated in the event a table structure spans multiple pages.</para>
 
 
@@ -1014,7 +1014,7 @@
                                     <listitem>
                                         <para><literal>widths</literal> &#8212; The relative widths of each column.
                                             There should be one value for each column. For example: widths="2 1 1" would
-                                            indicate that there are 3 columns and the first column should be twice the
+                                            indicate that there are three columns and the first column should be twice the
                                             size of the second and third column.</para>
                                     </listitem>
 
@@ -1031,7 +1031,7 @@
                                     <listitem>
                                         <para><literal>footerRows</literal> &#8212; The number of rows that are
                                             considered to be footer rows. This value is subtracted from the
-                                                <literal>headerRows</literal> value. If document has 2 rows which make
+                                                <literal>headerRows</literal> value. If document has two rows which make
                                             up the header and one row that makes up the footer,
                                             <literal>headerRows</literal> should be set to 3 and
                                             <literal>footerRows</literal> should be set to 1</para>
@@ -1047,7 +1047,7 @@
                                     <listitem>
                                         <para><literal>horizontalAlignment</literal> &#8212; The horizontal
                                             alignment of the table. (See <xref linkend="itext.alignment"/> for possible
-                                            values)</para>
+                                            values.)</para>
                                     </listitem>
 
                                     <listitem>
@@ -1165,15 +1165,15 @@
 
                                     <listitem>
                                         <para><literal>horizontalAlignment</literal> &#8212; The horizontal
-                                            alignment of the cell. (see <xref linkend="itext.alignment"/> for possible
-                                            values)</para>
+                                            alignment of the cell. (See <xref linkend="itext.alignment"/> for possible
+                                            values.)</para>
                                     </listitem>
 
 
 
                                     <listitem>
                                         <para><literal>verticalAlignment</literal> &#8212; The vertical alignment of
-                                            the cell. (see <xref linkend="itext.alignment"/> for possible values)</para>
+                                            the cell. (See <xref linkend="itext.alignment"/> for possible values.)</para>
                                     </listitem>
 
 
@@ -1353,7 +1353,7 @@
             <para> The default implementation serves PDF documents from a generic URL,
                 <literal>/seam-doc.seam</literal>. Many browsers (and users) would prefer to see URLs that contain the
                 actual PDF name like <literal>/myDocument.pdf</literal>. This capability requires some configuration. To
-                serve PDF files, all *.pdf resources should be mapped to the DocumentStoreServlet:</para>
+                serve PDF files, all <filename>*.pdf</filename> resources should be mapped to the DocumentStoreServlet:</para>
 
             <programlisting role="XML"><![CDATA[<servlet>
     <servlet-name>Document Store Servlet</servlet-name>
@@ -1375,7 +1375,7 @@
 </components>]]></programlisting>
 
             <para> Generated documents are stored in conversation scope and will expire when the conversation ends. At
-                that point, references to the document will be invalid. To You can specify a default view to be shown
+                that point, references to the document will be invalid. You can specify a default view to be shown
                 when a document does not exist using the <literal>error-page</literal> property of the documentStore. </para>
             <programlisting role="XML"><![CDATA[<pdf:document-store use-extensions="true" error-page="/pdfMissing.seam" />]]></programlisting>
         </section>
@@ -1421,7 +1421,7 @@
 
                                 <listitem>
                                     <para>
-                                        <literal>borderPaint</literal> &#8212; The color of the border, if visible;
+                                        <literal>borderPaint</literal> &#8212; The color of the border, if visible.
                                     </para>
                                 </listitem>
                                 <listitem>
@@ -1448,12 +1448,12 @@
 
                                 <listitem>
                                     <para>
-                                        <literal>domainGridlinesVisible</literal>&#8212; Controls whether or not
+                                        <literal>domainGridlinesVisible</literal> &#8212; Controls whether or not
                                         gridlines for the domain axis are shown on the chart. </para>
                                 </listitem>
                                 <listitem>
                                     <para>
-                                        <literal>domainGridlinePaint</literal>&#8212; The color of the domain
+                                        <literal>domainGridlinePaint</literal> &#8212; The color of the domain
                                         gridlines, if visible. </para>
                                 </listitem>
                                 <listitem>
@@ -1486,13 +1486,13 @@
 
                                 <listitem>
                                     <para>
-                                        <literal>legendItemPaint</literal>&#8212; The default color of the text
+                                        <literal>legendItemPaint</literal> &#8212; The default color of the text
                                         labels in the legend. </para>
                                 </listitem>
 
                                 <listitem>
                                     <para>
-                                        <literal>legendItemBackgoundPaint</literal>&#8212; The background color for
+                                        <literal>legendItemBackgoundPaint</literal> &#8212; The background color for
                                         the legend, if different from the chart background color.</para>
                                 </listitem>
 
@@ -1504,27 +1504,27 @@
 
                                 <listitem>
                                     <para>
-                                        <literal>plotBackgroundPaint</literal>&#8212; The color of the plot
+                                        <literal>plotBackgroundPaint</literal> &#8212; The color of the plot
                                         background.</para>
                                 </listitem>
 
                                 <listitem>
                                     <para>
-                                        <literal>plotBackgroundAlpha</literal>&#8212; The alpha (transparency) level
+                                        <literal>plotBackgroundAlpha</literal> &#8212; The alpha (transparency) level
                                         of the plot background. It should be a number between 0 (completely transparent)
                                         and 1 (completely opaque). </para>
                                 </listitem>
 
                                 <listitem>
                                     <para>
-                                        <literal>plotForegroundAlpha</literal>&#8212; The alpha (transparency) level
+                                        <literal>plotForegroundAlpha</literal> &#8212; The alpha (transparency) level
                                         of the plot. It should be a number between 0 (completely transparent) and 1
                                         (completely opaque). </para>
                                 </listitem>
 
                                 <listitem>
                                     <para>
-                                        <literal>plotOutlinePaint</literal>&#8212; The color of the range gridlines,
+                                        <literal>plotOutlinePaint</literal> &#8212; The color of the range gridlines,
                                         if visible. </para>
                                 </listitem>
                                 <listitem>
@@ -1546,12 +1546,12 @@
 
                                 <listitem>
                                     <para>
-                                        <literal>rangeGridlinesVisible</literal>&#8212; Controls whether or not
+                                        <literal>rangeGridlinesVisible</literal> &#8212; Controls whether or not
                                         gridlines for the range axis are shown on the chart. </para>
                                 </listitem>
                                 <listitem>
                                     <para>
-                                        <literal>rangeGridlinePaint</literal>&#8212; The color of the range
+                                        <literal>rangeGridlinePaint</literal> &#8212; The color of the range
                                         gridlines, if visible. </para>
                                 </listitem>
                                 <listitem>
@@ -1566,12 +1566,12 @@
                                 </listitem>
                                 <listitem>
                                     <para>
-                                        <literal>titlePaint</literal>&#8212; The color of the chart title text.
+                                        <literal>titlePaint</literal> &#8212; The color of the chart title text.
                                     </para>
                                 </listitem>
                                 <listitem>
                                     <para>
-                                        <literal>titleBackgroundPaint</literal>&#8212; The background color around
+                                        <literal>titleBackgroundPaint</literal> &#8212; The background color around
                                         the chart title.</para>
                                 </listitem>
                                 <listitem>
@@ -1620,7 +1620,7 @@
 
                                 <listitem>
                                     <para>
-                                        <literal>borderPaint</literal> &#8212; The color of the border, if visible;
+                                        <literal>borderPaint</literal> &#8212; The color of the border, if visible.
                                     </para>
                                 </listitem>
                                 <listitem>
@@ -1647,18 +1647,18 @@
 
                                 <listitem>
                                     <para>
-                                        <literal>domainGridlinesVisible</literal>&#8212; Controls whether or not
+                                        <literal>domainGridlinesVisible</literal> &#8212; Controls whether or not
                                         gridlines for the domain axis are shown on the chart. </para>
                                 </listitem>
                                 <listitem>
                                     <para>
-                                        <literal>domainGridlinePaint</literal>&#8212; The color of the domain
+                                        <literal>domainGridlinePaint</literal> &#8212; The color of the domain
                                         gridlines, if visible. </para>
                                 </listitem>
                                 <listitem>
                                     <para>
                                         <literal>domainGridlineStroke</literal> &#8212; The stroke style of the
-                                        domain gridleines, if visible. </para>
+                                        domain gridlines, if visible. </para>
                                 </listitem>
 
                                 <listitem>
@@ -1685,13 +1685,13 @@
 
                                 <listitem>
                                     <para>
-                                        <literal>legendItemPaint</literal>&#8212; The default color of the text
+                                        <literal>legendItemPaint</literal> &#8212; The default color of the text
                                         labels in the legend. </para>
                                 </listitem>
 
                                 <listitem>
                                     <para>
-                                        <literal>legendItemBackgoundPaint</literal>&#8212; The background color for
+                                        <literal>legendItemBackgoundPaint</literal> &#8212; The background color for
                                         the legend, if different from the chart background color.</para>
                                 </listitem>
 
@@ -1703,27 +1703,27 @@
 
                                 <listitem>
                                     <para>
-                                        <literal>plotBackgroundPaint</literal>&#8212; The color of the plot
+                                        <literal>plotBackgroundPaint</literal> &#8212; The color of the plot
                                         background.</para>
                                 </listitem>
 
                                 <listitem>
                                     <para>
-                                        <literal>plotBackgroundAlpha</literal>&#8212; The alpha (transparency) level
+                                        <literal>plotBackgroundAlpha</literal> &#8212; The alpha (transparency) level
                                         of the plot background. It should be a number between 0 (completely transparent)
                                         and 1 (completely opaque). </para>
                                 </listitem>
 
                                 <listitem>
                                     <para>
-                                        <literal>plotForegroundAlpha</literal>&#8212; The alpha (transparency) level
+                                        <literal>plotForegroundAlpha</literal> &#8212; The alpha (transparency) level
                                         of the plot. It should be a number between 0 (completely transparent) and 1
                                         (completely opaque). </para>
                                 </listitem>
 
                                 <listitem>
                                     <para>
-                                        <literal>plotOutlinePaint</literal>&#8212; The color of the range gridlines,
+                                        <literal>plotOutlinePaint</literal> &#8212; The color of the range gridlines,
                                         if visible. </para>
                                 </listitem>
                                 <listitem>
@@ -1745,12 +1745,12 @@
 
                                 <listitem>
                                     <para>
-                                        <literal>rangeGridlinesVisible</literal>&#8212; Controls whether or not
+                                        <literal>rangeGridlinesVisible</literal> &#8212; Controls whether or not
                                         gridlines for the range axis are shown on the chart. </para>
                                 </listitem>
                                 <listitem>
                                     <para>
-                                        <literal>rangeGridlinePaint</literal>&#8212; The color of the range
+                                        <literal>rangeGridlinePaint</literal> &#8212; The color of the range
                                         gridlines, if visible. </para>
                                 </listitem>
                                 <listitem>
@@ -1765,12 +1765,12 @@
                                 </listitem>
                                 <listitem>
                                     <para>
-                                        <literal>titlePaint</literal>&#8212; The color of the chart title text.
+                                        <literal>titlePaint</literal> &#8212; The color of the chart title text.
                                     </para>
                                 </listitem>
                                 <listitem>
                                     <para>
-                                        <literal>titleBackgroundPaint</literal>&#8212; The background color around
+                                        <literal>titleBackgroundPaint</literal> &#8212; The background color around
                                         the chart title.</para>
                                 </listitem>
                                 <listitem>
@@ -1814,120 +1814,120 @@
 
                                 <listitem>
                                     <para>
-                                        <literal>title</literal>&#8212; The chart title text. </para>
+                                        <literal>title</literal> &#8212; The chart title text. </para>
                                 </listitem>
                                 <listitem>
                                     <para>
-                                        <literal>label</literal>&#8212; The default label text for pie sections.
+                                        <literal>label</literal> &#8212; The default label text for pie sections.
                                     </para>
                                 </listitem>
                                 <listitem>
                                     <para>
-                                        <literal>legend</literal>&#8212; A boolean value indicating whether or not
+                                        <literal>legend</literal> &#8212; A boolean value indicating whether or not
                                         the chart should include a legend. Default value is true </para>
                                 </listitem>
                                 <listitem>
                                     <para>
-                                        <literal>is3D</literal>&#8212;A boolean value indicating that the chart
+                                        <literal>is3D</literal> &#8212;A boolean value indicating that the chart
                                         should be rendered in 3D instead of 2D. </para>
                                 </listitem>
                                 <listitem>
                                     <para>
-                                        <literal>labelLinkMargin</literal>&#8212; The link margin for labels.
+                                        <literal>labelLinkMargin</literal> &#8212; The link margin for labels.
                                     </para>
                                 </listitem>
                                 <listitem>
                                     <para>
-                                        <literal>labelLinkPaint</literal>&#8212; The paint used for the label
+                                        <literal>labelLinkPaint</literal> &#8212; The paint used for the label
                                         linking lines. </para>
                                 </listitem>
                                 <listitem>
                                     <para>
-                                        <literal>labelLinkStroke</literal>&#8212; he stroke used for the label
+                                        <literal>labelLinkStroke</literal> &#8212; he stroke used for the label
                                         linking lines. </para>
                                 </listitem>
 
                                 <listitem>
                                     <para>
-                                        <literal>labelLinksVisible</literal>&#8212; A flag that controls whether or
+                                        <literal>labelLinksVisible</literal> &#8212; A flag that controls whether or
                                         not the label links are drawn. </para>
                                 </listitem>
                                 <listitem>
                                     <para>
-                                        <literal>labelOutlinePaint</literal>&#8212; The paint used to draw the
+                                        <literal>labelOutlinePaint</literal> &#8212; The paint used to draw the
                                         outline of the section labels. </para>
                                 </listitem>
                                 <listitem>
                                     <para>
-                                        <literal>labelOutlineStroke</literal>&#8212; The stroke used to draw the
+                                        <literal>labelOutlineStroke</literal> &#8212; The stroke used to draw the
                                         outline of the section labels. </para>
                                 </listitem>
                                 <listitem>
                                     <para>
-                                        <literal>labelShadowPaint</literal>&#8212; The paint used to draw the shadow
+                                        <literal>labelShadowPaint</literal> &#8212; The paint used to draw the shadow
                                         for the section labels. </para>
                                 </listitem>
                                 <listitem>
                                     <para>
-                                        <literal>labelPaint</literal>&#8212; The color used to draw the section
-                                        labels </para>
+                                        <literal>labelPaint</literal> &#8212; The color used to draw the section
+                                        labels. </para>
                                 </listitem>
                                 <listitem>
                                     <para>
-                                        <literal>labelGap</literal>&#8212; The gap between the labels and the plot
+                                        <literal>labelGap</literal> &#8212; The gap between the labels and the plot
                                         as a percentage of the plot width. </para>
                                 </listitem>
                                 <listitem>
                                     <para>
-                                        <literal>labelBackgroundPaint</literal>&#8212; The color used to draw the
+                                        <literal>labelBackgroundPaint</literal> &#8212; The color used to draw the
                                         background of the section labels. If this is null, the background is not filled.
                                     </para>
                                 </listitem>
 
                                 <listitem>
                                     <para>
-                                        <literal>startAngle</literal>&#8212; The starting angle of the first
+                                        <literal>startAngle</literal> &#8212; The starting angle of the first
                                         section. </para>
                                 </listitem>
                                 <listitem>
                                     <para>
-                                        <literal>circular</literal>&#8212; A boolean value indicating that the chart
+                                        <literal>circular</literal> &#8212; A boolean value indicating that the chart
                                         should be drawn as a circle. If false, the chart is drawn as an ellipse. The
                                         default is true. </para>
                                 </listitem>
                                 <listitem>
                                     <para>
-                                        <literal>direction</literal>&#8212; The direction the pie section are drawn.
+                                        <literal>direction</literal> &#8212; The direction the pie section are drawn.
                                         One of: <literal>clockwise</literal> or <literal>anticlockwise</literal>. The
                                         default is <literal>clockwise</literal>. </para>
                                 </listitem>
                                 <listitem>
                                     <para>
-                                        <literal>sectionOutlinePaint</literal>&#8212; The outline paint for all
+                                        <literal>sectionOutlinePaint</literal> &#8212; The outline paint for all
                                         sections. </para>
                                 </listitem>
                                 <listitem>
                                     <para>
-                                        <literal>sectionOutlineStroke</literal>&#8212; The outline stroke for all
+                                        <literal>sectionOutlineStroke</literal> &#8212; The outline stroke for all
                                         sections </para>
                                 </listitem>
                                 <listitem>
                                     <para>
-                                        <literal>sectionOutlinesVisible</literal>&#8212; Indicates whether an
+                                        <literal>sectionOutlinesVisible</literal> &#8212; Indicates whether an
                                         outline is drawn for each section in the plot. </para>
                                 </listitem>
                                 <listitem>
                                     <para>
-                                        <literal>baseSectionOutlinePaint</literal>&#8212; The base section outline
+                                        <literal>baseSectionOutlinePaint</literal> &#8212; The base section outline
                                         paint. </para>
                                 </listitem>
                                 <listitem>
                                     <para>
-                                        <literal>baseSectionPaint</literal>&#8212; The base section paint. </para>
+                                        <literal>baseSectionPaint</literal> &#8212; The base section paint. </para>
                                 </listitem>
                                 <listitem>
                                     <para>
-                                        <literal>baseSectionOutlineStroke</literal>&#8212; The base section outline
+                                        <literal>baseSectionOutlineStroke</literal> &#8212; The base section outline
                                         stroke. </para>
                                 </listitem>
                             </itemizedlist>
@@ -1978,7 +1978,7 @@
                                 -->
                                 <listitem>
                                     <para>
-                                        <literal>seriesPaint</literal> &#8212; The color of each item in the series
+                                        <literal>seriesPaint</literal> &#8212; The color of each item in the series.
                                     </para>
                                 </listitem>
 
@@ -2097,7 +2097,7 @@
                             <para>
                                 <emphasis>Description</emphasis>
                             </para>
-                            <para>The color component declares a color or gradient than can be referenced when drawing
+                            <para>The color component declares a color or gradient that can be referenced when drawing
                                 filled shapes. </para>
                             <para>
                                 <emphasis>Attributes</emphasis>
@@ -2108,7 +2108,7 @@
                                 <listitem>
                                     <para>
                                         <literal>color</literal> &#8212; The color value. For gradient colors, this
-                                        the starting color. <xref linkend="itext.colors"/>
+                                        the starting color. <xref linkend="itext.colors"/>.
                                     </para>
                                 </listitem>
                                 <listitem>
@@ -2207,7 +2207,7 @@
         <title>Bar codes</title>
         <para>Seam can use iText to generate barcodes in a wide variety of formats.  These barcodes can
         be embedded in a PDF document or displayed as an image on a web page. Note that 
-        when used with HTML images, barcodes can not currently display barcode text in the barcode. 
+        when used with HTML images, barcodes cannot currently display barcode text in the barcode. 
         </para>
 
         <informaltable id="itext.barcode">
@@ -2246,17 +2246,17 @@
                                 </listitem>
                                 <listitem>
                                     <para>
-                                        <literal>code</literal>&#8212; The value to be encoded by the barcode.
+                                        <literal>code</literal> &#8212; The value to be encoded by the barcode.
                                     </para>
                                 </listitem>
                                 <listitem>
                                     <para>
-                                        <literal>xpos</literal>&#8212; For PDFs, the absolute y position of the
+                                        <literal>xpos</literal> &#8212; For PDFs, the absolute y position of the
                                         barcode on the page. </para>
                                 </listitem>
                                 <listitem>
                                     <para>
-                                        <literal>ypos</literal>&#8212; For PDFs, the absolute y position of the
+                                        <literal>ypos</literal> &#8212; For PDFs, the absolute y position of the
                                         barcode on the page. </para>
                                 </listitem>
                                 <listitem>
@@ -2266,7 +2266,7 @@
                                 </listitem>
                                 <listitem>
                                     <para>
-                                        <literal>barHeight</literal> &#8212; The height of the bars in the barCode
+                                        <literal>barHeight</literal> &#8212; The height of the bars in the barCode.
                                     </para>
                                 </listitem>
 
@@ -2358,7 +2358,7 @@
                                 </listitem>
                                 <listitem>
                                     <para>
-                                        <literal>height</literal> &#8212; ..The height of the component to be rendered. </para>
+                                        <literal>height</literal> &#8212; The height of the component to be rendered. </para>
                                 </listitem>
                                 <listitem>
                                     <para>



More information about the seam-commits mailing list