6

fo:block-containerXSLT シートと結果の XSL-FO で使用したいと思います。たとえば、表の向きを変更するには:

<fo:block-container 
 reference-orientation="90"
 break-before="page"
 break-after="page">
  <fo:table>
  <!--Table content-->
  </fo:table>
</fo:block-container>

次に、FOP を適用し、XSL-FO から PDF を生成します。

Apache FOP 準拠ページ ( http://xmlgraphics.apache.org/fop/compliance.html )では、. どのプロパティがサポートされていないか、またはこれが結果の PDF にどのように影響するかを知っている人はいますか?fo:block-container

4

1 に答える 1