You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

omit.fo 40KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
  3. <fo:layout-master-set>
  4. <fo:simple-page-master
  5. margin-right="1.5cm"
  6. margin-left="1.5cm"
  7. margin-bottom="2cm"
  8. margin-top="1cm"
  9. page-width="21cm"
  10. page-height="29.7cm"
  11. master-name="first">
  12. <fo:region-before extent="7cm"/>
  13. <fo:region-body margin-top="7cm"/>
  14. <fo:region-after extent="1.5cm"/>
  15. </fo:simple-page-master>
  16. </fo:layout-master-set>
  17. <fo:page-sequence master-reference="first">
  18. <fo:static-content flow-name="xsl-region-before">
  19. <fo:block line-height="14pt" font-size="10pt"
  20. text-align="end">table examples</fo:block>
  21. </fo:static-content>
  22. <fo:static-content flow-name="xsl-region-after">
  23. <fo:block line-height="14pt" font-size="10pt"
  24. text-align="end">Page <fo:page-number/></fo:block>
  25. </fo:static-content>
  26. <fo:flow flow-name="xsl-region-body">
  27. <fo:block space-before.optimum="15cm">
  28. Table 1: with header
  29. </fo:block>
  30. <fo:table table-omit-header-at-break="true">
  31. <fo:table-column column-width="2cm"/>
  32. <fo:table-column column-width="2cm"/>
  33. <fo:table-column column-width="2cm"/>
  34. <fo:table-column column-width="2cm"/>
  35. <fo:table-column column-width="2cm"/>
  36. <fo:table-column column-width="2cm"/>
  37. <fo:table-header>
  38. <fo:table-row>
  39. <fo:table-cell>
  40. <fo:block font-weight="bold" text-align="center" vertical-align="middle"
  41. border-width="1pt" border-color="black" background-color="#F7F24D">
  42. Col.1
  43. </fo:block>
  44. </fo:table-cell>
  45. <fo:table-cell>
  46. <fo:block font-weight="bold" text-align="center" vertical-align="middle"
  47. border-width="1pt" border-color="black" background-color="#F7F24D">
  48. Col.2
  49. </fo:block>
  50. </fo:table-cell>
  51. <fo:table-cell>
  52. <fo:block font-weight="bold" text-align="center" vertical-align="middle"
  53. border-width="1pt" border-color="black" background-color="#F7F24D">
  54. Col.3
  55. </fo:block>
  56. </fo:table-cell>
  57. <fo:table-cell>
  58. <fo:block font-weight="bold" text-align="center" vertical-align="middle"
  59. border-width="1pt" border-color="black" background-color="#F7F24D">
  60. Col.4
  61. </fo:block>
  62. </fo:table-cell>
  63. <fo:table-cell>
  64. <fo:block font-weight="bold" text-align="center" vertical-align="middle"
  65. border-width="1pt" border-color="black" background-color="#F7F24D">
  66. Col.5
  67. </fo:block>
  68. </fo:table-cell>
  69. <fo:table-cell>
  70. <fo:block font-weight="bold" text-align="center" vertical-align="middle"
  71. border-width="1pt" border-color="black" background-color="#F7F24D">
  72. Col.6
  73. </fo:block>
  74. </fo:table-cell>
  75. </fo:table-row>
  76. </fo:table-header>
  77. <fo:table-body>
  78. <fo:table-row>
  79. <fo:table-cell>
  80. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  81. 1
  82. </fo:block>
  83. </fo:table-cell>
  84. <fo:table-cell>
  85. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  86. 2
  87. </fo:block>
  88. </fo:table-cell>
  89. <fo:table-cell>
  90. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  91. 3
  92. </fo:block>
  93. </fo:table-cell>
  94. <fo:table-cell>
  95. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  96. 4
  97. </fo:block>
  98. </fo:table-cell>
  99. <fo:table-cell>
  100. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  101. 5
  102. </fo:block>
  103. </fo:table-cell>
  104. <fo:table-cell>
  105. <fo:block text-align="center" vertical-align="middle">
  106. 6
  107. </fo:block>
  108. </fo:table-cell>
  109. </fo:table-row>
  110. <fo:table-row>
  111. <fo:table-cell>
  112. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  113. 1
  114. </fo:block>
  115. </fo:table-cell>
  116. <fo:table-cell>
  117. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  118. 2
  119. </fo:block>
  120. </fo:table-cell>
  121. <fo:table-cell>
  122. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  123. 3
  124. </fo:block>
  125. </fo:table-cell>
  126. <fo:table-cell>
  127. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  128. 4
  129. </fo:block>
  130. </fo:table-cell>
  131. <fo:table-cell>
  132. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  133. 5
  134. </fo:block>
  135. </fo:table-cell>
  136. <fo:table-cell>
  137. <fo:block text-align="center" vertical-align="middle">
  138. 6
  139. </fo:block>
  140. </fo:table-cell>
  141. </fo:table-row>
  142. <fo:table-row>
  143. <fo:table-cell>
  144. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  145. 1
  146. </fo:block>
  147. </fo:table-cell>
  148. <fo:table-cell>
  149. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  150. 2
  151. </fo:block>
  152. </fo:table-cell>
  153. <fo:table-cell>
  154. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  155. 3
  156. </fo:block>
  157. </fo:table-cell>
  158. <fo:table-cell>
  159. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  160. 4
  161. </fo:block>
  162. </fo:table-cell>
  163. <fo:table-cell>
  164. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  165. 5
  166. </fo:block>
  167. </fo:table-cell>
  168. <fo:table-cell>
  169. <fo:block text-align="center" vertical-align="middle">
  170. 6
  171. </fo:block>
  172. </fo:table-cell>
  173. </fo:table-row>
  174. <fo:table-row>
  175. <fo:table-cell>
  176. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  177. 1
  178. </fo:block>
  179. </fo:table-cell>
  180. <fo:table-cell>
  181. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  182. 2
  183. </fo:block>
  184. </fo:table-cell>
  185. <fo:table-cell>
  186. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  187. 3
  188. </fo:block>
  189. </fo:table-cell>
  190. <fo:table-cell>
  191. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  192. 4
  193. </fo:block>
  194. </fo:table-cell>
  195. <fo:table-cell>
  196. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  197. 5
  198. </fo:block>
  199. </fo:table-cell>
  200. <fo:table-cell>
  201. <fo:block text-align="center" vertical-align="middle">
  202. 6
  203. </fo:block>
  204. </fo:table-cell>
  205. </fo:table-row>
  206. <fo:table-row>
  207. <fo:table-cell>
  208. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  209. 1
  210. </fo:block>
  211. </fo:table-cell>
  212. <fo:table-cell>
  213. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  214. 2
  215. </fo:block>
  216. </fo:table-cell>
  217. <fo:table-cell>
  218. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  219. 3
  220. </fo:block>
  221. </fo:table-cell>
  222. <fo:table-cell>
  223. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  224. 4
  225. </fo:block>
  226. </fo:table-cell>
  227. <fo:table-cell>
  228. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  229. 5
  230. </fo:block>
  231. </fo:table-cell>
  232. <fo:table-cell>
  233. <fo:block text-align="center" vertical-align="middle">
  234. 6
  235. </fo:block>
  236. </fo:table-cell>
  237. </fo:table-row>
  238. <fo:table-row>
  239. <fo:table-cell>
  240. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  241. 1
  242. </fo:block>
  243. </fo:table-cell>
  244. <fo:table-cell>
  245. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  246. 2
  247. </fo:block>
  248. </fo:table-cell>
  249. <fo:table-cell>
  250. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  251. 3
  252. </fo:block>
  253. </fo:table-cell>
  254. <fo:table-cell>
  255. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  256. 4
  257. </fo:block>
  258. </fo:table-cell>
  259. <fo:table-cell>
  260. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  261. 5
  262. </fo:block>
  263. </fo:table-cell>
  264. <fo:table-cell>
  265. <fo:block text-align="center" vertical-align="middle">
  266. 6
  267. </fo:block>
  268. </fo:table-cell>
  269. </fo:table-row>
  270. <fo:table-row>
  271. <fo:table-cell>
  272. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  273. 1
  274. </fo:block>
  275. </fo:table-cell>
  276. <fo:table-cell>
  277. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  278. 2
  279. </fo:block>
  280. </fo:table-cell>
  281. <fo:table-cell>
  282. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  283. 3
  284. </fo:block>
  285. </fo:table-cell>
  286. <fo:table-cell>
  287. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  288. 4
  289. </fo:block>
  290. </fo:table-cell>
  291. <fo:table-cell>
  292. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  293. 5
  294. </fo:block>
  295. </fo:table-cell>
  296. <fo:table-cell>
  297. <fo:block text-align="center" vertical-align="middle">
  298. 6
  299. </fo:block>
  300. </fo:table-cell>
  301. </fo:table-row>
  302. </fo:table-body>
  303. </fo:table>
  304. <fo:block space-before.optimum="15cm">
  305. Table 2: with footer
  306. </fo:block>
  307. <fo:table table-omit-footer-at-break="true">
  308. <fo:table-column column-width="2cm"/>
  309. <fo:table-column column-width="2cm"/>
  310. <fo:table-column column-width="2cm"/>
  311. <fo:table-column column-width="2cm"/>
  312. <fo:table-column column-width="2cm"/>
  313. <fo:table-column column-width="2cm"/>
  314. <fo:table-footer>
  315. <fo:table-row>
  316. <fo:table-cell>
  317. <fo:block font-weight="bold" text-align="center" vertical-align="middle"
  318. border-width="1pt" border-color="black" background-color="#F7F24D">
  319. Col.1
  320. </fo:block>
  321. </fo:table-cell>
  322. <fo:table-cell>
  323. <fo:block font-weight="bold" text-align="center" vertical-align="middle"
  324. border-width="1pt" border-color="black" background-color="#F7F24D">
  325. Col.2
  326. </fo:block>
  327. </fo:table-cell>
  328. <fo:table-cell>
  329. <fo:block font-weight="bold" text-align="center" vertical-align="middle"
  330. border-width="1pt" border-color="black" background-color="#F7F24D">
  331. Col.3
  332. </fo:block>
  333. </fo:table-cell>
  334. <fo:table-cell>
  335. <fo:block font-weight="bold" text-align="center" vertical-align="middle"
  336. border-width="1pt" border-color="black" background-color="#F7F24D">
  337. Col.4
  338. </fo:block>
  339. </fo:table-cell>
  340. <fo:table-cell>
  341. <fo:block font-weight="bold" text-align="center" vertical-align="middle"
  342. border-width="1pt" border-color="black" background-color="#F7F24D">
  343. Col.5
  344. </fo:block>
  345. </fo:table-cell>
  346. <fo:table-cell>
  347. <fo:block font-weight="bold" text-align="center" vertical-align="middle"
  348. border-width="1pt" border-color="black" background-color="#F7F24D">
  349. Col.6
  350. </fo:block>
  351. </fo:table-cell>
  352. </fo:table-row>
  353. </fo:table-footer>
  354. <fo:table-body>
  355. <fo:table-row>
  356. <fo:table-cell>
  357. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  358. 1
  359. </fo:block>
  360. </fo:table-cell>
  361. <fo:table-cell>
  362. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  363. 2
  364. </fo:block>
  365. </fo:table-cell>
  366. <fo:table-cell>
  367. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  368. 3
  369. </fo:block>
  370. </fo:table-cell>
  371. <fo:table-cell>
  372. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  373. 4
  374. </fo:block>
  375. </fo:table-cell>
  376. <fo:table-cell>
  377. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  378. 5
  379. </fo:block>
  380. </fo:table-cell>
  381. <fo:table-cell>
  382. <fo:block text-align="center" vertical-align="middle">
  383. 6
  384. </fo:block>
  385. </fo:table-cell>
  386. </fo:table-row>
  387. <fo:table-row>
  388. <fo:table-cell>
  389. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  390. 1
  391. </fo:block>
  392. </fo:table-cell>
  393. <fo:table-cell>
  394. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  395. 2
  396. </fo:block>
  397. </fo:table-cell>
  398. <fo:table-cell>
  399. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  400. 3
  401. </fo:block>
  402. </fo:table-cell>
  403. <fo:table-cell>
  404. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  405. 4
  406. </fo:block>
  407. </fo:table-cell>
  408. <fo:table-cell>
  409. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  410. 5
  411. </fo:block>
  412. </fo:table-cell>
  413. <fo:table-cell>
  414. <fo:block text-align="center" vertical-align="middle">
  415. 6
  416. </fo:block>
  417. </fo:table-cell>
  418. </fo:table-row>
  419. <fo:table-row>
  420. <fo:table-cell>
  421. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  422. 1
  423. </fo:block>
  424. </fo:table-cell>
  425. <fo:table-cell>
  426. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  427. 2
  428. </fo:block>
  429. </fo:table-cell>
  430. <fo:table-cell>
  431. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  432. 3
  433. </fo:block>
  434. </fo:table-cell>
  435. <fo:table-cell>
  436. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  437. 4
  438. </fo:block>
  439. </fo:table-cell>
  440. <fo:table-cell>
  441. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  442. 5
  443. </fo:block>
  444. </fo:table-cell>
  445. <fo:table-cell>
  446. <fo:block text-align="center" vertical-align="middle">
  447. 6
  448. </fo:block>
  449. </fo:table-cell>
  450. </fo:table-row>
  451. <fo:table-row>
  452. <fo:table-cell>
  453. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  454. 1
  455. </fo:block>
  456. </fo:table-cell>
  457. <fo:table-cell>
  458. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  459. 2
  460. </fo:block>
  461. </fo:table-cell>
  462. <fo:table-cell>
  463. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  464. 3
  465. </fo:block>
  466. </fo:table-cell>
  467. <fo:table-cell>
  468. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  469. 4
  470. </fo:block>
  471. </fo:table-cell>
  472. <fo:table-cell>
  473. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  474. 5
  475. </fo:block>
  476. </fo:table-cell>
  477. <fo:table-cell>
  478. <fo:block text-align="center" vertical-align="middle">
  479. 6
  480. </fo:block>
  481. </fo:table-cell>
  482. </fo:table-row>
  483. <fo:table-row>
  484. <fo:table-cell>
  485. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  486. 1
  487. </fo:block>
  488. </fo:table-cell>
  489. <fo:table-cell>
  490. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  491. 2
  492. </fo:block>
  493. </fo:table-cell>
  494. <fo:table-cell>
  495. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  496. 3
  497. </fo:block>
  498. </fo:table-cell>
  499. <fo:table-cell>
  500. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  501. 4
  502. </fo:block>
  503. </fo:table-cell>
  504. <fo:table-cell>
  505. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  506. 5
  507. </fo:block>
  508. </fo:table-cell>
  509. <fo:table-cell>
  510. <fo:block text-align="center" vertical-align="middle">
  511. 6
  512. </fo:block>
  513. </fo:table-cell>
  514. </fo:table-row>
  515. <fo:table-row>
  516. <fo:table-cell>
  517. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  518. 1
  519. </fo:block>
  520. </fo:table-cell>
  521. <fo:table-cell>
  522. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  523. 2
  524. </fo:block>
  525. </fo:table-cell>
  526. <fo:table-cell>
  527. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  528. 3
  529. </fo:block>
  530. </fo:table-cell>
  531. <fo:table-cell>
  532. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  533. 4
  534. </fo:block>
  535. </fo:table-cell>
  536. <fo:table-cell>
  537. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  538. 5
  539. </fo:block>
  540. </fo:table-cell>
  541. <fo:table-cell>
  542. <fo:block text-align="center" vertical-align="middle">
  543. 6
  544. </fo:block>
  545. </fo:table-cell>
  546. </fo:table-row>
  547. <fo:table-row>
  548. <fo:table-cell>
  549. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  550. 1
  551. </fo:block>
  552. </fo:table-cell>
  553. <fo:table-cell>
  554. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  555. 2
  556. </fo:block>
  557. </fo:table-cell>
  558. <fo:table-cell>
  559. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  560. 3
  561. </fo:block>
  562. </fo:table-cell>
  563. <fo:table-cell>
  564. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  565. 4
  566. </fo:block>
  567. </fo:table-cell>
  568. <fo:table-cell>
  569. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  570. 5
  571. </fo:block>
  572. </fo:table-cell>
  573. <fo:table-cell>
  574. <fo:block text-align="center" vertical-align="middle">
  575. 6
  576. </fo:block>
  577. </fo:table-cell>
  578. </fo:table-row>
  579. </fo:table-body>
  580. </fo:table>
  581. <fo:block space-before.optimum="15cm">
  582. Table 3: with header and footer and keeps
  583. </fo:block>
  584. <fo:table table-omit-header-at-break="true" table-omit-footer-at-break="true">
  585. <fo:table-column column-width="2cm"/>
  586. <fo:table-column column-width="2cm"/>
  587. <fo:table-column column-width="2cm"/>
  588. <fo:table-column column-width="2cm"/>
  589. <fo:table-column column-width="2cm"/>
  590. <fo:table-column column-width="2cm"/>
  591. <fo:table-header>
  592. <fo:table-row>
  593. <fo:table-cell>
  594. <fo:block font-weight="bold" text-align="center" vertical-align="middle"
  595. border-width="1pt" border-color="black" background-color="#F7F24D">
  596. Col.1
  597. </fo:block>
  598. </fo:table-cell>
  599. <fo:table-cell>
  600. <fo:block font-weight="bold" text-align="center" vertical-align="middle"
  601. border-width="1pt" border-color="black" background-color="#F7F24D">
  602. Col.2
  603. </fo:block>
  604. </fo:table-cell>
  605. <fo:table-cell>
  606. <fo:block font-weight="bold" text-align="center" vertical-align="middle"
  607. border-width="1pt" border-color="black" background-color="#F7F24D">
  608. Col.3
  609. </fo:block>
  610. </fo:table-cell>
  611. <fo:table-cell>
  612. <fo:block font-weight="bold" text-align="center" vertical-align="middle"
  613. border-width="1pt" border-color="black" background-color="#F7F24D">
  614. Col.4
  615. </fo:block>
  616. </fo:table-cell>
  617. <fo:table-cell>
  618. <fo:block font-weight="bold" text-align="center" vertical-align="middle"
  619. border-width="1pt" border-color="black" background-color="#F7F24D">
  620. Col.5
  621. </fo:block>
  622. </fo:table-cell>
  623. <fo:table-cell>
  624. <fo:block font-weight="bold" text-align="center" vertical-align="middle"
  625. border-width="1pt" border-color="black" background-color="#F7F24D">
  626. Col.6
  627. </fo:block>
  628. </fo:table-cell>
  629. </fo:table-row>
  630. </fo:table-header>
  631. <fo:table-footer>
  632. <fo:table-row>
  633. <fo:table-cell>
  634. <fo:block font-weight="bold" text-align="center" vertical-align="middle"
  635. border-width="1pt" border-color="black" background-color="#F7F24D">
  636. Col.1
  637. </fo:block>
  638. </fo:table-cell>
  639. <fo:table-cell>
  640. <fo:block font-weight="bold" text-align="center" vertical-align="middle"
  641. border-width="1pt" border-color="black" background-color="#F7F24D">
  642. Col.2
  643. </fo:block>
  644. </fo:table-cell>
  645. <fo:table-cell>
  646. <fo:block font-weight="bold" text-align="center" vertical-align="middle"
  647. border-width="1pt" border-color="black" background-color="#F7F24D">
  648. Col.3
  649. </fo:block>
  650. </fo:table-cell>
  651. <fo:table-cell>
  652. <fo:block font-weight="bold" text-align="center" vertical-align="middle"
  653. border-width="1pt" border-color="black" background-color="#F7F24D">
  654. Col.4
  655. </fo:block>
  656. </fo:table-cell>
  657. <fo:table-cell>
  658. <fo:block font-weight="bold" text-align="center" vertical-align="middle"
  659. border-width="1pt" border-color="black" background-color="#F7F24D">
  660. Col.5
  661. </fo:block>
  662. </fo:table-cell>
  663. <fo:table-cell>
  664. <fo:block font-weight="bold" text-align="center" vertical-align="middle"
  665. border-width="1pt" border-color="black" background-color="#F7F24D">
  666. Col.6
  667. </fo:block>
  668. </fo:table-cell>
  669. </fo:table-row>
  670. </fo:table-footer>
  671. <fo:table-body>
  672. <fo:table-row keep-with-next="always">
  673. <fo:table-cell>
  674. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  675. Row 1:
  676. </fo:block>
  677. </fo:table-cell>
  678. <fo:table-cell>
  679. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  680. keep
  681. </fo:block>
  682. </fo:table-cell>
  683. <fo:table-cell>
  684. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  685. together
  686. </fo:block>
  687. </fo:table-cell>
  688. <fo:table-cell>
  689. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  690. with
  691. </fo:block>
  692. </fo:table-cell>
  693. <fo:table-cell>
  694. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  695. row 2:
  696. </fo:block>
  697. </fo:table-cell>
  698. <fo:table-cell>
  699. <fo:block text-align="center" vertical-align="middle">
  700. always
  701. </fo:block>
  702. </fo:table-cell>
  703. </fo:table-row>
  704. <fo:table-row>
  705. <fo:table-cell>
  706. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  707. Row 2:
  708. </fo:block>
  709. </fo:table-cell>
  710. <fo:table-cell>
  711. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  712. is always
  713. </fo:block>
  714. </fo:table-cell>
  715. <fo:table-cell>
  716. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  717. kept
  718. </fo:block>
  719. </fo:table-cell>
  720. <fo:table-cell>
  721. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  722. together
  723. </fo:block>
  724. </fo:table-cell>
  725. <fo:table-cell>
  726. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  727. with
  728. </fo:block>
  729. </fo:table-cell>
  730. <fo:table-cell>
  731. <fo:block text-align="center" vertical-align="middle">
  732. row 1
  733. </fo:block>
  734. </fo:table-cell>
  735. </fo:table-row>
  736. <fo:table-row>
  737. <fo:table-cell>
  738. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  739. 1
  740. </fo:block>
  741. </fo:table-cell>
  742. <fo:table-cell>
  743. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  744. 2
  745. </fo:block>
  746. </fo:table-cell>
  747. <fo:table-cell>
  748. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  749. 3
  750. </fo:block>
  751. </fo:table-cell>
  752. <fo:table-cell>
  753. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  754. 4
  755. </fo:block>
  756. </fo:table-cell>
  757. <fo:table-cell>
  758. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  759. 5
  760. </fo:block>
  761. </fo:table-cell>
  762. <fo:table-cell>
  763. <fo:block text-align="center" vertical-align="middle">
  764. 6
  765. </fo:block>
  766. </fo:table-cell>
  767. </fo:table-row>
  768. <fo:table-row>
  769. <fo:table-cell>
  770. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle"
  771. line-height="16cm">
  772. 1
  773. </fo:block>
  774. </fo:table-cell>
  775. <fo:table-cell>
  776. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle"
  777. line-height="16cm">
  778. 2
  779. </fo:block>
  780. </fo:table-cell>
  781. <fo:table-cell>
  782. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle"
  783. line-height="16cm">
  784. 3
  785. </fo:block>
  786. </fo:table-cell>
  787. <fo:table-cell>
  788. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle"
  789. line-height="16cm">
  790. 4
  791. </fo:block>
  792. </fo:table-cell>
  793. <fo:table-cell>
  794. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle"
  795. line-height="16cm">
  796. 5
  797. </fo:block>
  798. </fo:table-cell>
  799. <fo:table-cell>
  800. <fo:block text-align="center" vertical-align="middle"
  801. line-height="16cm">
  802. 6
  803. </fo:block>
  804. </fo:table-cell>
  805. </fo:table-row>
  806. <fo:table-row>
  807. <fo:table-cell>
  808. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  809. 1
  810. </fo:block>
  811. </fo:table-cell>
  812. <fo:table-cell>
  813. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  814. 2
  815. </fo:block>
  816. </fo:table-cell>
  817. <fo:table-cell>
  818. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  819. 3
  820. </fo:block>
  821. </fo:table-cell>
  822. <fo:table-cell>
  823. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  824. 4
  825. </fo:block>
  826. </fo:table-cell>
  827. <fo:table-cell>
  828. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  829. 5
  830. </fo:block>
  831. </fo:table-cell>
  832. <fo:table-cell>
  833. <fo:block text-align="center" vertical-align="middle">
  834. 6
  835. </fo:block>
  836. </fo:table-cell>
  837. </fo:table-row>
  838. <fo:table-row>
  839. <fo:table-cell>
  840. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  841. 1
  842. </fo:block>
  843. </fo:table-cell>
  844. <fo:table-cell>
  845. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  846. 2
  847. </fo:block>
  848. </fo:table-cell>
  849. <fo:table-cell>
  850. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  851. 3
  852. </fo:block>
  853. </fo:table-cell>
  854. <fo:table-cell>
  855. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  856. 4
  857. </fo:block>
  858. </fo:table-cell>
  859. <fo:table-cell>
  860. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  861. 5
  862. </fo:block>
  863. </fo:table-cell>
  864. <fo:table-cell>
  865. <fo:block text-align="center" vertical-align="middle">
  866. 6
  867. </fo:block>
  868. </fo:table-cell>
  869. </fo:table-row>
  870. </fo:table-body>
  871. </fo:table>
  872. <fo:block break-before="page" space-before.optimum="490pt">
  873. Table 6: table with multiple body's
  874. </fo:block>
  875. <fo:table table-omit-header-at-break="true">
  876. <fo:table-column column-width="2cm"/>
  877. <fo:table-column column-width="2cm"/>
  878. <fo:table-column column-width="2cm"/>
  879. <fo:table-column column-width="2cm"/>
  880. <fo:table-column column-width="2cm"/>
  881. <fo:table-column column-width="2cm"/>
  882. <fo:table-header>
  883. <fo:table-row>
  884. <fo:table-cell>
  885. <fo:block font-weight="bold" text-align="center" vertical-align="middle"
  886. border-width="1pt" border-color="black" background-color="#F7F24D">
  887. Col.1
  888. </fo:block>
  889. </fo:table-cell>
  890. <fo:table-cell>
  891. <fo:block font-weight="bold" text-align="center" vertical-align="middle"
  892. border-width="1pt" border-color="black" background-color="#F7F24D">
  893. Col.2
  894. </fo:block>
  895. </fo:table-cell>
  896. <fo:table-cell>
  897. <fo:block font-weight="bold" text-align="center" vertical-align="middle"
  898. border-width="1pt" border-color="black" background-color="#F7F24D">
  899. Col.3
  900. </fo:block>
  901. </fo:table-cell>
  902. <fo:table-cell>
  903. <fo:block font-weight="bold" text-align="center" vertical-align="middle"
  904. border-width="1pt" border-color="black" background-color="#F7F24D">
  905. Col.4
  906. </fo:block>
  907. </fo:table-cell>
  908. <fo:table-cell>
  909. <fo:block font-weight="bold" text-align="center" vertical-align="middle"
  910. border-width="1pt" border-color="black" background-color="#F7F24D">
  911. Col.5
  912. </fo:block>
  913. </fo:table-cell>
  914. <fo:table-cell>
  915. <fo:block font-weight="bold" text-align="center" vertical-align="middle"
  916. border-width="1pt" border-color="black" background-color="#F7F24D">
  917. Col.6
  918. </fo:block>
  919. </fo:table-cell>
  920. </fo:table-row>
  921. </fo:table-header>
  922. <fo:table-body space-after.optimum="10pt">
  923. <fo:table-row>
  924. <fo:table-cell>
  925. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  926. 1
  927. </fo:block>
  928. </fo:table-cell>
  929. <fo:table-cell>
  930. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  931. 2
  932. </fo:block>
  933. </fo:table-cell>
  934. <fo:table-cell>
  935. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  936. 3
  937. </fo:block>
  938. </fo:table-cell>
  939. <fo:table-cell>
  940. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  941. 4
  942. </fo:block>
  943. </fo:table-cell>
  944. <fo:table-cell>
  945. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  946. 5
  947. </fo:block>
  948. </fo:table-cell>
  949. <fo:table-cell>
  950. <fo:block text-align="center" vertical-align="middle">
  951. 6
  952. </fo:block>
  953. </fo:table-cell>
  954. </fo:table-row>
  955. <fo:table-row>
  956. <fo:table-cell>
  957. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  958. 1
  959. </fo:block>
  960. </fo:table-cell>
  961. <fo:table-cell>
  962. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  963. 2
  964. </fo:block>
  965. </fo:table-cell>
  966. <fo:table-cell>
  967. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  968. 3
  969. </fo:block>
  970. </fo:table-cell>
  971. <fo:table-cell>
  972. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  973. 4
  974. </fo:block>
  975. </fo:table-cell>
  976. <fo:table-cell>
  977. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  978. 5
  979. </fo:block>
  980. </fo:table-cell>
  981. <fo:table-cell>
  982. <fo:block text-align="center" vertical-align="middle">
  983. 6
  984. </fo:block>
  985. </fo:table-cell>
  986. </fo:table-row>
  987. </fo:table-body>
  988. <fo:table-body>
  989. <fo:table-row>
  990. <fo:table-cell>
  991. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  992. 1
  993. </fo:block>
  994. </fo:table-cell>
  995. <fo:table-cell>
  996. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  997. 2
  998. </fo:block>
  999. </fo:table-cell>
  1000. <fo:table-cell>
  1001. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  1002. 3
  1003. </fo:block>
  1004. </fo:table-cell>
  1005. <fo:table-cell>
  1006. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  1007. 4
  1008. </fo:block>
  1009. </fo:table-cell>
  1010. <fo:table-cell>
  1011. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  1012. 5
  1013. </fo:block>
  1014. </fo:table-cell>
  1015. <fo:table-cell>
  1016. <fo:block text-align="center" vertical-align="middle">
  1017. 6
  1018. </fo:block>
  1019. </fo:table-cell>
  1020. </fo:table-row>
  1021. <fo:table-row>
  1022. <fo:table-cell>
  1023. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  1024. 1
  1025. </fo:block>
  1026. </fo:table-cell>
  1027. <fo:table-cell>
  1028. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  1029. 2
  1030. </fo:block>
  1031. </fo:table-cell>
  1032. <fo:table-cell>
  1033. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  1034. 3
  1035. </fo:block>
  1036. </fo:table-cell>
  1037. <fo:table-cell>
  1038. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  1039. 4
  1040. </fo:block>
  1041. </fo:table-cell>
  1042. <fo:table-cell>
  1043. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  1044. 5
  1045. </fo:block>
  1046. </fo:table-cell>
  1047. <fo:table-cell>
  1048. <fo:block text-align="center" vertical-align="middle">
  1049. 6
  1050. </fo:block>
  1051. </fo:table-cell>
  1052. </fo:table-row>
  1053. </fo:table-body>
  1054. </fo:table>
  1055. <fo:block space-before.optimum="460pt">
  1056. Table 6: table with multiple body's
  1057. </fo:block>
  1058. <fo:table table-omit-footer-at-break="true">
  1059. <fo:table-column column-width="2cm"/>
  1060. <fo:table-column column-width="2cm"/>
  1061. <fo:table-column column-width="2cm"/>
  1062. <fo:table-column column-width="2cm"/>
  1063. <fo:table-column column-width="2cm"/>
  1064. <fo:table-column column-width="2cm"/>
  1065. <fo:table-footer>
  1066. <fo:table-row>
  1067. <fo:table-cell>
  1068. <fo:block font-weight="bold" text-align="center" vertical-align="middle"
  1069. border-width="1pt" border-color="black" background-color="#F7F24D">
  1070. Col.1
  1071. </fo:block>
  1072. </fo:table-cell>
  1073. <fo:table-cell>
  1074. <fo:block font-weight="bold" text-align="center" vertical-align="middle"
  1075. border-width="1pt" border-color="black" background-color="#F7F24D">
  1076. Col.2
  1077. </fo:block>
  1078. </fo:table-cell>
  1079. <fo:table-cell>
  1080. <fo:block font-weight="bold" text-align="center" vertical-align="middle"
  1081. border-width="1pt" border-color="black" background-color="#F7F24D">
  1082. Col.3
  1083. </fo:block>
  1084. </fo:table-cell>
  1085. <fo:table-cell>
  1086. <fo:block font-weight="bold" text-align="center" vertical-align="middle"
  1087. border-width="1pt" border-color="black" background-color="#F7F24D">
  1088. Col.4
  1089. </fo:block>
  1090. </fo:table-cell>
  1091. <fo:table-cell>
  1092. <fo:block font-weight="bold" text-align="center" vertical-align="middle"
  1093. border-width="1pt" border-color="black" background-color="#F7F24D">
  1094. Col.5
  1095. </fo:block>
  1096. </fo:table-cell>
  1097. <fo:table-cell>
  1098. <fo:block font-weight="bold" text-align="center" vertical-align="middle"
  1099. border-width="1pt" border-color="black" background-color="#F7F24D">
  1100. Col.6
  1101. </fo:block>
  1102. </fo:table-cell>
  1103. </fo:table-row>
  1104. </fo:table-footer>
  1105. <fo:table-body space-after.optimum="10pt">
  1106. <fo:table-row>
  1107. <fo:table-cell>
  1108. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  1109. 1
  1110. </fo:block>
  1111. </fo:table-cell>
  1112. <fo:table-cell>
  1113. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  1114. 2
  1115. </fo:block>
  1116. </fo:table-cell>
  1117. <fo:table-cell>
  1118. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  1119. 3
  1120. </fo:block>
  1121. </fo:table-cell>
  1122. <fo:table-cell>
  1123. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  1124. 4
  1125. </fo:block>
  1126. </fo:table-cell>
  1127. <fo:table-cell>
  1128. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  1129. 5
  1130. </fo:block>
  1131. </fo:table-cell>
  1132. <fo:table-cell>
  1133. <fo:block text-align="center" vertical-align="middle">
  1134. 6
  1135. </fo:block>
  1136. </fo:table-cell>
  1137. </fo:table-row>
  1138. <fo:table-row>
  1139. <fo:table-cell>
  1140. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  1141. 1
  1142. </fo:block>
  1143. </fo:table-cell>
  1144. <fo:table-cell>
  1145. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  1146. 2
  1147. </fo:block>
  1148. </fo:table-cell>
  1149. <fo:table-cell>
  1150. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  1151. 3
  1152. </fo:block>
  1153. </fo:table-cell>
  1154. <fo:table-cell>
  1155. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  1156. 4
  1157. </fo:block>
  1158. </fo:table-cell>
  1159. <fo:table-cell>
  1160. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  1161. 5
  1162. </fo:block>
  1163. </fo:table-cell>
  1164. <fo:table-cell>
  1165. <fo:block text-align="center" vertical-align="middle">
  1166. 6
  1167. </fo:block>
  1168. </fo:table-cell>
  1169. </fo:table-row>
  1170. </fo:table-body>
  1171. <fo:table-body>
  1172. <fo:table-row>
  1173. <fo:table-cell>
  1174. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  1175. 1
  1176. </fo:block>
  1177. </fo:table-cell>
  1178. <fo:table-cell>
  1179. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  1180. 2
  1181. </fo:block>
  1182. </fo:table-cell>
  1183. <fo:table-cell>
  1184. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  1185. 3
  1186. </fo:block>
  1187. </fo:table-cell>
  1188. <fo:table-cell>
  1189. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  1190. 4
  1191. </fo:block>
  1192. </fo:table-cell>
  1193. <fo:table-cell>
  1194. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  1195. 5
  1196. </fo:block>
  1197. </fo:table-cell>
  1198. <fo:table-cell>
  1199. <fo:block text-align="center" vertical-align="middle">
  1200. 6
  1201. </fo:block>
  1202. </fo:table-cell>
  1203. </fo:table-row>
  1204. <fo:table-row>
  1205. <fo:table-cell>
  1206. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  1207. 1
  1208. </fo:block>
  1209. </fo:table-cell>
  1210. <fo:table-cell>
  1211. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  1212. 2
  1213. </fo:block>
  1214. </fo:table-cell>
  1215. <fo:table-cell>
  1216. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  1217. 3
  1218. </fo:block>
  1219. </fo:table-cell>
  1220. <fo:table-cell>
  1221. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  1222. 4
  1223. </fo:block>
  1224. </fo:table-cell>
  1225. <fo:table-cell>
  1226. <fo:block border-right-width="0.5pt" text-align="center" vertical-align="middle">
  1227. 5
  1228. </fo:block>
  1229. </fo:table-cell>
  1230. <fo:table-cell>
  1231. <fo:block text-align="center" vertical-align="middle">
  1232. 6
  1233. </fo:block>
  1234. </fo:table-cell>
  1235. </fo:table-row>
  1236. </fo:table-body>
  1237. </fo:table>
  1238. </fo:flow>
  1239. </fo:page-sequence>
  1240. </fo:root>