File: table-small2.xml

package info (click to toggle)
dblatex 0.2.9-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 6,412 kB
  • ctags: 399
  • sloc: xml: 94,669; python: 4,185; sh: 379; makefile: 120
file content (37 lines) | stat: -rw-r--r-- 1,010 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!-- Table example with smaller size -->

<informaltable role="footnotesize">
<tgroup cols="5" colsep="1" rowsep="1" align="left">
<colspec colname="c1"/>
<colspec align="left"/>
<colspec align="right"/>
<colspec align="center"/>
<colspec align="center"/>
<thead>
<row>
<entry>Column 1</entry>
<entry>Column 2</entry>
<entry>Column 3</entry>
<entry>Column 4</entry>
<entry>Column 5</entry>
</row>
</thead>
<tbody>
<row>
<entry align="center" valign="top">left aligned
</entry><entry align="center" valign="top">left aligned
</entry><entry align="center" valign="top">right aligned
</entry><entry align="center" valign="top">centered cell
</entry><entry align="center" valign="top">centered
</entry></row>
<row>
<entry align="center" valign="top">no specified width
</entry><entry align="center" valign="top">idem 
</entry><entry align="center" valign="top">idem
</entry><entry align="center" valign="top">idem
</entry><entry align="center" valign="top">idem
</entry></row>
</tbody>
</tgroup>
</informaltable>