From seam-commits at lists.jboss.org Tue May 26 19:08:59 2009 Content-Type: multipart/mixed; boundary="===============8179713100263022488==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r11009 - branches/community/Seam_2_1/doc/Seam_Reference_Guide/en-US. Date: Tue, 26 May 2009 19:01:28 -0400 Message-ID: --===============8179713100263022488== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: norman.richards(a)jboss.com Date: 2009-05-26 19:01:28 -0400 (Tue, 26 May 2009) New Revision: 11009 Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/en-US/Itext.xml Log: JBSEAM-4193 Modified: branches/community/Seam_2_1/doc/Seam_Reference_Guide/en-US/Itext.= xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/community/Seam_2_1/doc/Seam_Reference_Guide/en-US/Itext.xml 20= 09-05-26 20:17:36 UTC (rev 11008) +++ branches/community/Seam_2_1/doc/Seam_Reference_Guide/en-US/Itext.xml 20= 09-05-26 23:01:28 UTC (rev 11009) @@ -369,6 +369,10 @@ UNDERLINE, = LINE-THROUGH = + = + + color = 212; The font color. (see for color values= ) + = encoding = — The character set encoding. @@ -517,6 +521,12 @@ + scaleToFit = — Specifies the X any Y = + size to scale the image to. T= he image will be scale to fit those dimensions + as closely as possible while p= reserving the XY ratio of the image. + + + wrap @@ -1328,12 +1338,17 @@ =
Color Values - Seam documents do not yet support a full color speci= fication. Currently, only named colors are - supported. They are: white, gray, + Several ways of specifying colors are provided. A l= imited number of colors are + supported by name. They are: white= , gray, lightgray, darkgray, black, red, pink, yellow, green, magenta, = cyan and - blue. + blue. Colors can be specified as an= integer value, as = + definied by java.awt.Color. Finall= y a color value may be specified + as rgb(r,g,b) or rgb(r,g,b= ,a) with the red, green, blue = + alpha values specified as an integer between 0 and 255= or as a floating point percentages = + followed by a '%' sign. = + =
= --===============8179713100263022488==--