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.

keep.fo 15KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589
  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 master-name="first"
  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="17cm">
  11. <fo:region-body margin-top="1cm"/>
  12. <fo:region-before extent="1cm"/>
  13. <fo:region-after extent="1.5cm"/>
  14. </fo:simple-page-master>
  15. </fo:layout-master-set>
  16. <fo:page-sequence master-reference="first">
  17. <fo:static-content flow-name="xsl-region-before">
  18. <fo:block line-height="14pt" font-size="10pt"
  19. text-align="end">table examples</fo:block>
  20. </fo:static-content>
  21. <fo:static-content flow-name="xsl-region-after">
  22. <fo:block line-height="14pt" font-size="10pt"
  23. text-align="end">Page <fo:page-number/></fo:block>
  24. </fo:static-content>
  25. <fo:flow flow-name="xsl-region-body">
  26. <fo:block space-before.optimum="3pt" space-after.optimum="15pt">
  27. Tests for keeps on table rows and the occurance of page breaks.
  28. </fo:block>
  29. <fo:block space-before.optimum="280pt" space-after.optimum="15pt">
  30. Table 1: basic keep with next
  31. </fo:block>
  32. <fo:table border-width="0.5pt" border-color="red" table-layout="fixed" width="100%">
  33. <fo:table-column column-width="3cm"/>
  34. <fo:table-column column-width="3cm"/>
  35. <fo:table-column column-width="3cm"/>
  36. <fo:table-body>
  37. <fo:table-row border-width="0.5pt" keep-with-next="always">
  38. <fo:table-cell>
  39. <fo:block text-align="center">
  40. first row
  41. </fo:block>
  42. </fo:table-cell>
  43. <fo:table-cell>
  44. <fo:block text-align="center">
  45. keep with
  46. </fo:block>
  47. </fo:table-cell>
  48. <fo:table-cell>
  49. <fo:block text-align="center">
  50. next
  51. </fo:block>
  52. </fo:table-cell>
  53. </fo:table-row>
  54. <fo:table-row border-width="0.5pt">
  55. <fo:table-cell>
  56. <fo:block text-align="center">
  57. second row
  58. </fo:block>
  59. </fo:table-cell>
  60. <fo:table-cell>
  61. <fo:block text-align="center">
  62. normal
  63. </fo:block>
  64. </fo:table-cell>
  65. <fo:table-cell>
  66. <fo:block text-align="center">
  67. row
  68. </fo:block>
  69. </fo:table-cell>
  70. </fo:table-row>
  71. </fo:table-body>
  72. </fo:table>
  73. <fo:block space-before.optimum="280pt" space-after.optimum="15pt">
  74. Table 1: basic keep with previous
  75. </fo:block>
  76. <fo:table border-width="0.5pt" border-color="red" table-layout="fixed" width="100%">
  77. <fo:table-column column-width="3cm"/>
  78. <fo:table-column column-width="3cm"/>
  79. <fo:table-column column-width="3cm"/>
  80. <fo:table-body>
  81. <fo:table-row border-width="0.5pt">
  82. <fo:table-cell>
  83. <fo:block text-align="center">
  84. first row
  85. </fo:block>
  86. </fo:table-cell>
  87. <fo:table-cell>
  88. <fo:block text-align="center">
  89. normal
  90. </fo:block>
  91. </fo:table-cell>
  92. <fo:table-cell>
  93. <fo:block text-align="center">
  94. row
  95. </fo:block>
  96. </fo:table-cell>
  97. </fo:table-row>
  98. <fo:table-row border-width="0.5pt" keep-with-previous="always">
  99. <fo:table-cell>
  100. <fo:block text-align="center">
  101. second row
  102. </fo:block>
  103. </fo:table-cell>
  104. <fo:table-cell>
  105. <fo:block text-align="center">
  106. keep with
  107. </fo:block>
  108. </fo:table-cell>
  109. <fo:table-cell>
  110. <fo:block text-align="center">
  111. previous
  112. </fo:block>
  113. </fo:table-cell>
  114. </fo:table-row>
  115. </fo:table-body>
  116. </fo:table>
  117. <fo:block space-before.optimum="270pt" space-after.optimum="15pt">
  118. Table 1: basic keep with next and keep with previous
  119. </fo:block>
  120. <fo:table border-width="0.5pt" border-color="red" table-layout="fixed" width="100%">
  121. <fo:table-column column-width="3cm"/>
  122. <fo:table-column column-width="3cm"/>
  123. <fo:table-column column-width="3cm"/>
  124. <fo:table-body>
  125. <fo:table-row border-width="0.5pt" keep-with-next="always">
  126. <fo:table-cell>
  127. <fo:block text-align="center">
  128. first row
  129. </fo:block>
  130. </fo:table-cell>
  131. <fo:table-cell>
  132. <fo:block text-align="center">
  133. keep with
  134. </fo:block>
  135. </fo:table-cell>
  136. <fo:table-cell>
  137. <fo:block text-align="center">
  138. next
  139. </fo:block>
  140. </fo:table-cell>
  141. </fo:table-row>
  142. <fo:table-row border-width="0.5pt">
  143. <fo:table-cell>
  144. <fo:block text-align="center">
  145. second row
  146. </fo:block>
  147. </fo:table-cell>
  148. <fo:table-cell>
  149. <fo:block text-align="center">
  150. normal
  151. </fo:block>
  152. </fo:table-cell>
  153. <fo:table-cell>
  154. <fo:block text-align="center">
  155. row
  156. </fo:block>
  157. </fo:table-cell>
  158. </fo:table-row>
  159. <fo:table-row border-width="0.5pt" keep-with-previous="always">
  160. <fo:table-cell>
  161. <fo:block text-align="center">
  162. third row
  163. </fo:block>
  164. </fo:table-cell>
  165. <fo:table-cell>
  166. <fo:block text-align="center">
  167. keep with
  168. </fo:block>
  169. </fo:table-cell>
  170. <fo:table-cell>
  171. <fo:block text-align="center">
  172. previous
  173. </fo:block>
  174. </fo:table-cell>
  175. </fo:table-row>
  176. </fo:table-body>
  177. </fo:table>
  178. <fo:block space-before.optimum="200pt" space-after.optimum="15pt">
  179. Table 1: basic multiple keep with next after normal row
  180. </fo:block>
  181. <fo:table border-width="0.5pt" border-color="red" table-layout="fixed" width="100%">
  182. <fo:table-column column-width="3cm"/>
  183. <fo:table-column column-width="3cm"/>
  184. <fo:table-column column-width="3cm"/>
  185. <fo:table-body>
  186. <fo:table-row border-width="0.5pt">
  187. <fo:table-cell>
  188. <fo:block text-align="center">
  189. row
  190. </fo:block>
  191. </fo:table-cell>
  192. <fo:table-cell>
  193. <fo:block text-align="center">
  194. normal
  195. </fo:block>
  196. </fo:table-cell>
  197. <fo:table-cell>
  198. <fo:block text-align="center">
  199. row
  200. </fo:block>
  201. </fo:table-cell>
  202. </fo:table-row>
  203. <fo:table-row border-width="0.5pt" keep-with-next="always">
  204. <fo:table-cell>
  205. <fo:block text-align="center">
  206. row
  207. </fo:block>
  208. </fo:table-cell>
  209. <fo:table-cell>
  210. <fo:block text-align="center">
  211. keep with
  212. </fo:block>
  213. </fo:table-cell>
  214. <fo:table-cell>
  215. <fo:block text-align="center">
  216. next
  217. </fo:block>
  218. </fo:table-cell>
  219. </fo:table-row>
  220. <fo:table-row border-width="0.5pt" keep-with-next="always">
  221. <fo:table-cell>
  222. <fo:block text-align="center">
  223. row
  224. </fo:block>
  225. </fo:table-cell>
  226. <fo:table-cell>
  227. <fo:block text-align="center">
  228. keep with
  229. </fo:block>
  230. </fo:table-cell>
  231. <fo:table-cell>
  232. <fo:block text-align="center">
  233. next
  234. </fo:block>
  235. </fo:table-cell>
  236. </fo:table-row>
  237. <fo:table-row border-width="0.5pt" keep-with-next="always">
  238. <fo:table-cell>
  239. <fo:block text-align="center">
  240. row
  241. </fo:block>
  242. </fo:table-cell>
  243. <fo:table-cell>
  244. <fo:block text-align="center">
  245. keep with
  246. </fo:block>
  247. </fo:table-cell>
  248. <fo:table-cell>
  249. <fo:block text-align="center">
  250. next
  251. </fo:block>
  252. </fo:table-cell>
  253. </fo:table-row>
  254. <fo:table-row border-width="0.5pt" keep-with-next="always">
  255. <fo:table-cell>
  256. <fo:block text-align="center">
  257. row
  258. </fo:block>
  259. </fo:table-cell>
  260. <fo:table-cell>
  261. <fo:block text-align="center">
  262. keep with
  263. </fo:block>
  264. </fo:table-cell>
  265. <fo:table-cell>
  266. <fo:block text-align="center">
  267. next
  268. </fo:block>
  269. </fo:table-cell>
  270. </fo:table-row>
  271. <fo:table-row border-width="0.5pt">
  272. <fo:table-cell>
  273. <fo:block text-align="center">
  274. row
  275. </fo:block>
  276. </fo:table-cell>
  277. <fo:table-cell>
  278. <fo:block text-align="center">
  279. normal
  280. </fo:block>
  281. </fo:table-cell>
  282. <fo:table-cell>
  283. <fo:block text-align="center">
  284. row
  285. </fo:block>
  286. </fo:table-cell>
  287. </fo:table-row>
  288. <fo:table-row border-width="0.5pt">
  289. <fo:table-cell>
  290. <fo:block text-align="center">
  291. row
  292. </fo:block>
  293. </fo:table-cell>
  294. <fo:table-cell>
  295. <fo:block text-align="center">
  296. normal
  297. </fo:block>
  298. </fo:table-cell>
  299. <fo:table-cell>
  300. <fo:block text-align="center">
  301. row
  302. </fo:block>
  303. </fo:table-cell>
  304. </fo:table-row>
  305. </fo:table-body>
  306. </fo:table>
  307. <fo:block space-before.optimum="160pt" space-after.optimum="15pt">
  308. Table 1: basic multiple keep (next and previous) after normal row
  309. </fo:block>
  310. <fo:table border-width="0.5pt" border-color="red" table-layout="fixed" width="100%">
  311. <fo:table-column column-width="3cm"/>
  312. <fo:table-column column-width="3cm"/>
  313. <fo:table-column column-width="6cm"/>
  314. <fo:table-body>
  315. <fo:table-row border-width="0.5pt">
  316. <fo:table-cell>
  317. <fo:block text-align="center">
  318. row
  319. </fo:block>
  320. </fo:table-cell>
  321. <fo:table-cell>
  322. <fo:block text-align="center">
  323. normal
  324. </fo:block>
  325. </fo:table-cell>
  326. <fo:table-cell>
  327. <fo:block text-align="center">
  328. row
  329. </fo:block>
  330. </fo:table-cell>
  331. </fo:table-row>
  332. <fo:table-row border-width="0.5pt" keep-with-next="always">
  333. <fo:table-cell>
  334. <fo:block text-align="center">
  335. row
  336. </fo:block>
  337. </fo:table-cell>
  338. <fo:table-cell>
  339. <fo:block text-align="center">
  340. keep with
  341. </fo:block>
  342. </fo:table-cell>
  343. <fo:table-cell>
  344. <fo:block text-align="center">
  345. next
  346. </fo:block>
  347. </fo:table-cell>
  348. </fo:table-row>
  349. <fo:table-row border-width="0.5pt" keep-with-next="always">
  350. <fo:table-cell>
  351. <fo:block text-align="center">
  352. row
  353. </fo:block>
  354. </fo:table-cell>
  355. <fo:table-cell>
  356. <fo:block text-align="center">
  357. keep with
  358. </fo:block>
  359. </fo:table-cell>
  360. <fo:table-cell>
  361. <fo:block text-align="center">
  362. next
  363. </fo:block>
  364. </fo:table-cell>
  365. </fo:table-row>
  366. <fo:table-row border-width="0.5pt">
  367. <fo:table-cell>
  368. <fo:block text-align="center">
  369. row
  370. </fo:block>
  371. </fo:table-cell>
  372. <fo:table-cell>
  373. <fo:block text-align="center">
  374. normal
  375. </fo:block>
  376. </fo:table-cell>
  377. <fo:table-cell>
  378. <fo:block text-align="center">
  379. row
  380. </fo:block>
  381. </fo:table-cell>
  382. </fo:table-row>
  383. <fo:table-row border-width="0.5pt" keep-with-next="always" keep-with-previous="always">
  384. <fo:table-cell>
  385. <fo:block text-align="center">
  386. row
  387. </fo:block>
  388. </fo:table-cell>
  389. <fo:table-cell>
  390. <fo:block text-align="center">
  391. keep with
  392. </fo:block>
  393. </fo:table-cell>
  394. <fo:table-cell>
  395. <fo:block text-align="center">
  396. next and previous
  397. </fo:block>
  398. </fo:table-cell>
  399. </fo:table-row>
  400. <fo:table-row border-width="0.5pt">
  401. <fo:table-cell>
  402. <fo:block text-align="center">
  403. row
  404. </fo:block>
  405. </fo:table-cell>
  406. <fo:table-cell>
  407. <fo:block text-align="center">
  408. normal
  409. </fo:block>
  410. </fo:table-cell>
  411. <fo:table-cell>
  412. <fo:block text-align="center">
  413. row
  414. </fo:block>
  415. </fo:table-cell>
  416. </fo:table-row>
  417. <fo:table-row border-width="0.5pt">
  418. <fo:table-cell>
  419. <fo:block text-align="center">
  420. row
  421. </fo:block>
  422. </fo:table-cell>
  423. <fo:table-cell>
  424. <fo:block text-align="center">
  425. normal
  426. </fo:block>
  427. </fo:table-cell>
  428. <fo:table-cell>
  429. <fo:block text-align="center">
  430. row
  431. </fo:block>
  432. </fo:table-cell>
  433. </fo:table-row>
  434. </fo:table-body>
  435. </fo:table>
  436. <fo:block space-before.optimum="160pt" space-after.optimum="15pt">
  437. Table 1: basic multiple keep with next after normal row with normal row in middle
  438. </fo:block>
  439. <fo:table border-width="0.5pt" border-color="red" table-layout="fixed" width="100%">
  440. <fo:table-column column-width="3cm"/>
  441. <fo:table-column column-width="3cm"/>
  442. <fo:table-column column-width="6cm"/>
  443. <fo:table-body>
  444. <fo:table-row border-width="0.5pt">
  445. <fo:table-cell>
  446. <fo:block text-align="center">
  447. row
  448. </fo:block>
  449. </fo:table-cell>
  450. <fo:table-cell>
  451. <fo:block text-align="center">
  452. normal
  453. </fo:block>
  454. </fo:table-cell>
  455. <fo:table-cell>
  456. <fo:block text-align="center">
  457. row
  458. </fo:block>
  459. </fo:table-cell>
  460. </fo:table-row>
  461. <fo:table-row border-width="0.5pt" keep-with-next="always">
  462. <fo:table-cell>
  463. <fo:block text-align="center">
  464. row
  465. </fo:block>
  466. </fo:table-cell>
  467. <fo:table-cell>
  468. <fo:block text-align="center">
  469. keep with
  470. </fo:block>
  471. </fo:table-cell>
  472. <fo:table-cell>
  473. <fo:block text-align="center">
  474. next
  475. </fo:block>
  476. </fo:table-cell>
  477. </fo:table-row>
  478. <fo:table-row border-width="0.5pt" keep-with-next="always">
  479. <fo:table-cell>
  480. <fo:block text-align="center">
  481. row
  482. </fo:block>
  483. </fo:table-cell>
  484. <fo:table-cell>
  485. <fo:block text-align="center">
  486. keep with
  487. </fo:block>
  488. </fo:table-cell>
  489. <fo:table-cell>
  490. <fo:block text-align="center">
  491. next
  492. </fo:block>
  493. </fo:table-cell>
  494. </fo:table-row>
  495. <fo:table-row border-width="0.5pt">
  496. <fo:table-cell>
  497. <fo:block text-align="center">
  498. row
  499. </fo:block>
  500. </fo:table-cell>
  501. <fo:table-cell>
  502. <fo:block text-align="center">
  503. normal
  504. </fo:block>
  505. </fo:table-cell>
  506. <fo:table-cell>
  507. <fo:block text-align="center">
  508. row
  509. </fo:block>
  510. </fo:table-cell>
  511. </fo:table-row>
  512. <fo:table-row border-width="0.5pt" keep-with-next="always">
  513. <fo:table-cell>
  514. <fo:block text-align="center">
  515. row
  516. </fo:block>
  517. </fo:table-cell>
  518. <fo:table-cell>
  519. <fo:block text-align="center">
  520. keep with
  521. </fo:block>
  522. </fo:table-cell>
  523. <fo:table-cell>
  524. <fo:block text-align="center">
  525. next
  526. </fo:block>
  527. </fo:table-cell>
  528. </fo:table-row>
  529. <fo:table-row border-width="0.5pt">
  530. <fo:table-cell>
  531. <fo:block text-align="center">
  532. row
  533. </fo:block>
  534. </fo:table-cell>
  535. <fo:table-cell>
  536. <fo:block text-align="center">
  537. normal
  538. </fo:block>
  539. </fo:table-cell>
  540. <fo:table-cell>
  541. <fo:block text-align="center">
  542. row
  543. </fo:block>
  544. </fo:table-cell>
  545. </fo:table-row>
  546. <fo:table-row border-width="0.5pt">
  547. <fo:table-cell>
  548. <fo:block text-align="center">
  549. row
  550. </fo:block>
  551. </fo:table-cell>
  552. <fo:table-cell>
  553. <fo:block text-align="center">
  554. normal
  555. </fo:block>
  556. </fo:table-cell>
  557. <fo:table-cell>
  558. <fo:block text-align="center">
  559. row
  560. </fo:block>
  561. </fo:table-cell>
  562. </fo:table-row>
  563. </fo:table-body>
  564. </fo:table>
  565. </fo:flow>
  566. </fo:page-sequence>
  567. </fo:root>