문제

I have a 2x1 table, and I was wondering how to have the content of one of the cells fill from the bottom up.

Creating a block-container with attribute position="bottom" didn't seem to do anything.

도움이 되었습니까?

해결책

Try adding display-align="after" to your fo:table-cell.

<fo:table-cell display-align="after">
  <fo:block>...</fo:block>
</fo:table-cell>
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top