AH Formatter /
XSL Formatter
XSLT/XSL-FO/MathML TechnicsTable |
|
| Q. | The cell usually expands below when the character in the cell increases. Can I make the cell extend up? [No.2005041501] |
|---|---|
| A. |
This behavior can be achieved by enclosing the table with fo:block-container as follows:
<fo:block-container
absolute-position="fixed" left="xxmm" top="xxmm"
inline-progression-dimension="xxxmm" block-progression-dimension="xxxmm"
display-align="after">
<fo:table-and-caption>
<fo:table>
|