Static content.
1 fo.table
<fo.table
font-family='font-family'
font-size='font-size'
space-before.optimum='space-before.optimum'
width='width'
keep-together='always'
/>
Attributes | |||||
---|---|---|---|---|---|
Name | Type | Required | Default | Description | |
Afont-family | string | Font family. For example: font-family='sans-serif'. | |||
Afont-size | string | Font size. For example: font-size='8pt'. | |||
Aspace-before.optimum | string | Space before optium. For example: space-before.optimum='0.05cm'. | |||
Awidth | string | Width of the table. For example: width='100%'. | |||
Akeep-together | string | Allows to indicate that you do not want to "break" the table if it does not fit entirely on a page. |