AH Formatter / XSL Formatter
Q&A



操作方法

多言語

トップ
基本・一般
AH Formatter について
XSL Formatter について
操作方法
プログラミング
XSLT/XSL-FO/SVG/MathML 仕様について
XSLT/XSL-FO/MathML テクニック
索引
Q.  「縦中横」処理は可能ですか。 [No.2003052304]
A. 

全体の writing-mode が縦書き(tb-rl)であった場合、次のようにして実現可能です。

<fo:block>
 縦書き
  <fo:inline-container writing-mode="lr-tb" alignment-baseline="middle"
    text-indent="0mm" last-line-end-indent="0mm" start-indent="0mm" end-indent="0mm">

    <fo:block text-align="center" line-height="1em" wrap-option="no-wrap">
      縦中横
    </fo:block>

  </fo:inline-container>
  縦書き
</fo:block>

Copyright © 1999-2011 Antenna House, Inc. All rights reserved.
Antenna House is a trademark of Antenna House, Inc.