Previous Up Next
Tag literal Tags Xml2Pdf Tag graph
Tag table, tt, th, tr, td

Tag table, tt, th, tr, td

How to use the tag table ?

Guillaume Luchet, guillaume@geelweb.org
Copyright © 2006, Guillaume Luchet
BSD License

Tag table

The tags table, tt, th, tr and td are used to add table into the document.

Example :

  1. <table lineheight="5" left="30" top="30">
  2.     <tt textalign="center" border="0" fontstyle="bu">Table title extends tt iuh h iug jg dyb  gyg bgyug yug ygyug y yu gyu gygy yufgytf gyu yg yg uy gyu gyu gyugyu gyu g k ho un gy b hn f b g jbgtfytf bfgytvbfuf tv</tt>
  3.     <th fill="1" fillcolor="#e3e3e3">
  4.         <td width="50%">first colmn header</td>
  5.         <td>second colmn header</td>
  6.         <td width="20">third colmn header</td>
  7.     </th>
  8.     <tr>
  9.         <td>first column</td>
  10.         <td>second column</td>
  11.         <td>third column</td>
  12.     </tr>
  13.     <tr>
  14.         <td>first column line 2</td>
  15.         <td textalign="J" font="helvetica" fill="1" fillcolor="#c4e9f8" fontstyle="b">second column line zevhuzhv  vy syvs sivs y ycg sgc uisg cu  cg iucghui cyug  igu g</td>
  16.         <td textalign="C">third column line 2</td>
  17.     </tr>
  18. </table>

the tag attributes are:

  • font : font [string]

  • fontsize : font size [integre]

  • fontcolor : font color [string]

  • fontstyle : font style [B[U[I]]]

  • lineheight : text line height

  • border : draw borders [boolean]

  • bordercolor : borders color [string]

  • fill : fill background [boolean]

  • fillcolor : fill color [string]

  • width : width [float]

  • textalign : text alignment [L|R|C|J]

  • align : alignment [L|R|C] (just for tag table)

  • left : left margin [float]

  • top : top margin [float]

  • position : positioning mode [relative|absolute]

Previous Up Next
Tag literal Tags Xml2Pdf Tag graph

Documentation generated on Wed, 11 Oct 2006 22:27:09 +0200 by phpDocumentor 1.3.0