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
|
<fo:list-block >
<fo:list-item >
<fo:list-item-label end-indent="label-end()" >
<fo:block>
1-
</fo:block>
</fo:list-item-label>
<fo:list-item-body start-indent="body-start()" >
<fo:block>
Premier point,
</fo:block>
</fo:list-item-body>
</fo:list-item>
<fo:list-item>
<fo:list-item-label end-indent="label-end()">
<fo:block>
2-
</fo:block>
</fo:list-item-label>
<fo:list-item-body start-indent="body-start()">
<fo:block>
Deuxième point.
</fo:block>
</fo:list-item-body>
</fo:list-item>
</fo:list-block> |
Partager