biz-StreamマニュアルXMLページレイアウトタグ リファレンス第3章 テキスト3.8 複数行縦書きテキスト<multi-vtext>

3.8 複数行縦書きテキスト<multi-vtext>


3.8.1機能説明

複数行を要する縦書きのテキストデータを、指定した幅で自動的に折り返して表示したい場合に使用する要素です。

  • 半角英数記号(ハイフンを除く)は、縦書き用に文字が90度回転しません。


3.8.2属性説明

属性名 指定 説明 指定内容 初期値
name任意名前CDATA
x任意X座標CDATA0
y任意Y座標CDATA0
unit任意単位(Choice)mm / cm / in / px / pt
cell-width任意領域の幅CDATA
cell-height必須領域の高さCDATA
text-align任意テキストの配置
(垂直方向)
(Choice)top / center / bottomtop
line-align任意行の配置(水平方向)(Choice)right / center / leftright
narrow任意領域にデータが入りきらない場合の圧縮方法(Choice)size / nonesize
line-space任意行間CDATA0
font-family任意フォント種類(Choice) 『biz-Streamライブラリ共通ガイド』『6.2 横書きフォント』を参照VMSGothic
font-size任意フォントサイズCDATA8
font-style任意フォント
スタイル
(Choice)PLAIN / BOLD / ITALIC / BOLD-ITALICPLAIN
font-encoding 任意 フォントエンコーディング (Choice) 90ms-RKSJ-H / 90ms-RKSJ-V / 90msp-RKSJ-H / 90msp-RKSJ-V / UniJIS-UTF16-H / UniJIS-UTF16-V フォントごとのデフォルト値
font-color任意フォントの色CDATA0
char-space任意文字間隔CDATA0
border-color任意枠線の色CDATA
border-width任意枠線の幅CDATA0.1
border-style任意Y軸目盛り線のスタイル(Choice) 「6.2 線<Line>」にある属性説明の「LineStyle属性」を参照Solid
margin任意領域内の余白(Choice)start:左端余白 /
end:右端余白 /
top:上部余白 /
bottom:下部余白
1pt
1pt
0pt
2pt
section-indent任意ぶら下げインデント(Choice)mm / cm / in / px/ pt0
background-color任意背景の色CDATA
max-length任意表示する最大文字数CDATA※1
text-indent任意1行目インデント(Choice)mm / cm / in / px/ pt0
japanese-
hyphenation
任意日本語の禁則処理の有無(Choice)true / false ※2true
english-
hyphenation
任意英単語の禁則処理の有無(Choice)true / false false
english-
hyphenation-overrange
任意英単語の禁則処理が『true』に設定されている場合、英単語の高さがcell-heightを超えた時の処理方法(Choice)compress:該当行の文字幅を圧縮しcell-heightに合わせる。(Excel出力の場合は圧縮せずcell-heightを超えて出力)
hyphen:文字列をcell-heightに合わせて区切り、文字列の後ろにhyphenを付ける。
compress
  • (注)初期値:出荷時のXMLデフォルト情報(default_values.properties)値を表します。ユーザにより値の変更が行われた場合は内容が異なります。
  • ※1.max-lengthは改行文字も含みますので実際に表示される文字数は指定した数値より少なくなる場合があります。
  • ※2.本要素でtrueを設定した時に禁則処理の対象となる文字と各処理内容は、次のとおりです。
禁則処理 処理内容 禁則文字
行頭禁則文字 該当行の文字幅を圧縮し、対象文字を行末におさめます。 、 、 。 。 , , . . ・ ・ ? ? ! ! : ; ゚ ゛ ゙ ゜ ヽ ー ー ) ] } 々 」 』 ) ] } 」 ゞ ゝ ヾ
行末禁則文字 該当行の文字幅を広げて、対象文字を次行から開始します。 ( [ { 「 『 ( [ { 「


3.8.3記述例

multi-vtext サンプル1

レイアウトサンプル(『<biz-Stream_home>/sample/xml/multi-vtext/multi-vtextSample1.xml multi-vtext サンプル1』)

<?xml version="1.0" encoding="UTF-8"?>
<!-- XML file created by biz-Stream Designer -->
<!-- biz-Stream Copyright BrainSellers.com Corp. -->
<Layout Name="multi-vtextSample1" Width="135" Height="60" X="10" Y="10" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:bs="http://www.brainsellers.com/schema" xmlns:svg="http://www.brainsellers.com/schema" xmlns:form="http://www.brainsellers.com/schema" xmlns:pdf="http://www.brainsellers.com/schema" version="5.0.0">
    <!-- (1)multi-vtext1 -->

    <Square Width="20" Height="40" LineColor="14,0,176" LineStyle="Solid"/>

    <multi-vtext cell-width="20" cell-height="40" text-align="top" line-align="right" narrow="size" font-family="VMSGothic" font-style="PLAIN" border-style="solid" section-indent="0" japanese-hyphenation="true" english-hyphenation="false" english-hyphenation-overrange="compress">「ビズストリームレイアウト情報作成について」
開催日程
開催場所</multi-vtext>
    <!-- (2)multi-vtext2 -->

    <Square Width="20" Height="40" X="30" LineColor="14,0,176" LineStyle="Solid"/>

    <multi-vtext x="30" cell-width="20" cell-height="40" text-align="top" line-align="right" narrow="size" font-family="VMSGothic" font-style="PLAIN" border-style="solid" section-indent="0" japanese-hyphenation="true" english-hyphenation="false" english-hyphenation-overrange="compress">「ビズストリームレイアウト情報作成について」
開催日程
開催場所</multi-vtext>
    <!-- (3)multi-vtext3 -->

    <Square Width="20" Height="40" X="60" LineColor="14,0,176" LineStyle="Solid"/>

    <multi-vtext x="60" cell-width="20" cell-height="40" text-align="center" line-align="right" narrow="size" font-family="VMSGothic" font-style="PLAIN" border-style="solid" section-indent="0" japanese-hyphenation="true" english-hyphenation="false" english-hyphenation-overrange="compress">「ビズストリームレイアウト情報作成について」
開催日程
開催場所</multi-vtext>
    <!-- (4)multi-text4 -->

    <Square Width="20" Height="40" X="90" LineColor="14,0,176" LineStyle="Solid"/>

    <multi-vtext x="90" cell-width="20" cell-height="40" text-align="bottom" line-align="right" narrow="size" font-family="VMSGothic" font-style="PLAIN" border-style="solid" section-indent="0" japanese-hyphenation="true" english-hyphenation="false" english-hyphenation-overrange="compress">「ビズストリームレイアウト情報作成について」
開催日程
開催場所</multi-vtext>
</Layout>

生成されるPDF (『 <biz-Stream_home>/sample/xml/multi-vtext/multi-vtextSample1.pdf multi-vtext サンプル1』)


サンプル1
  • multi-vtext1:text-align指定なし("top"指定と同内容)
  • multi-vtext2:text-align = "top"
  • multi-vtext3:text-align = "center"
  • multi-vtext4:text-align = "bottom"

multi-vtext サンプル2

レイアウトサンプル(『<biz-Stream_home>/sample/xml/multi-vtext/multi-vtextSample2.xml multi-vtext サンプル2』)

<?xml version="1.0" encoding="UTF-8"?>
<!-- XML file created by biz-Stream Designer -->
<!-- biz-Stream Copyright BrainSellers.com Corp. -->
<Layout Name="multi-vtextSample2" Width="135" Height="60" X="10" Y="10" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:bs="http://www.brainsellers.com/schema" xmlns:svg="http://www.brainsellers.com/schema" xmlns:form="http://www.brainsellers.com/schema" xmlns:pdf="http://www.brainsellers.com/schema" version="5.0.0">
    <!-- (1)multi-vtext1 -->

    <Square Width="20" Height="40" LineColor="14,0,176" LineStyle="Solid"/>

    <multi-vtext cell-width="20" cell-height="40" text-align="top" line-align="right" narrow="size" font-family="VMSGothic" font-style="PLAIN" border-style="solid" section-indent="0" japanese-hyphenation="true" english-hyphenation="false" english-hyphenation-overrange="compress">「ビズストリームレイアウト情報作成について」
開催日程
開催場所</multi-vtext>
    <!-- (2)multi-vtext2 -->

    <Square Width="20" Height="40" X="30" LineColor="14,0,176" LineStyle="Solid"/>

    <multi-vtext x="30" cell-width="20" cell-height="40" text-align="top" line-align="right" narrow="size" font-family="VMSGothic" font-style="PLAIN" border-style="solid" section-indent="0" japanese-hyphenation="true" english-hyphenation="false" english-hyphenation-overrange="compress">「ビズストリームレイアウト情報作成について」
開催日程
開催場所</multi-vtext>
    <!-- (3)multi-vtext3 -->

    <Square Width="20" Height="40" X="60" LineColor="14,0,176" LineStyle="Solid"/>

    <multi-vtext x="60" cell-width="20" cell-height="40" text-align="top" line-align="center" narrow="size" font-family="VMSGothic" font-style="PLAIN" border-style="solid" section-indent="0" japanese-hyphenation="true" english-hyphenation="false" english-hyphenation-overrange="compress">「ビズストリームレイアウト情報作成について」
開催日程
開催場所</multi-vtext>
    <!-- (4)multi-text4 -->

    <Square Width="20" Height="40" X="90" LineColor="14,0,176" LineStyle="Solid"/>

    <multi-vtext x="90" cell-width="20" cell-height="40" text-align="top" line-align="left" narrow="size" font-family="VMSGothic" font-style="PLAIN" border-style="solid" section-indent="0" japanese-hyphenation="true" english-hyphenation="false" english-hyphenation-overrange="compress">「ビズストリームレイアウト情報作成について」
開催日程
開催場所</multi-vtext>
</Layout>

生成されるPDF (『<biz-Stream_home>/sample/xml/multi-vtext/multi-vtextSample2.pdf multi-vtext サンプル2』)


サンプル2
  • multi-vtext1:line-align指定なし("right"指定と同内容)
  • multi-vtext2:line-align="right"
  • multi-vtext3:line-align="center"
  • multi-vtext4:line-align="left"
  • multi-vtext要素では、水平方向の初期値がright(右揃え)となります。
    Label、multi-textとは異なる点にご注意ください。

multi-vtext サンプル3

レイアウトサンプル (『<biz-Stream_home>/sample/xml/multi-vtext/multi-vtextSample3.xmlmulti-vtext サンプル3』)

<?xml version="1.0" encoding="UTF-8"?>
<!-- XML file created by biz-Stream Designer -->
<!-- biz-Stream Copyright BrainSellers.com Corp. -->
<Layout Name="multi-textSample3" Width="115" Height="90" X="10" Y="20" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:bs="http://www.brainsellers.com/schema" xmlns:svg="http://www.brainsellers.com/schema" xmlns:form="http://www.brainsellers.com/schema" xmlns:pdf="http://www.brainsellers.com/schema" version="5.0.0">
    <!-- (1)multi-text1 -->

    <multi-vtext cell-width="15" cell-height="50" text-align="top" line-align="right" narrow="size" font-family="VMSGothic" font-style="PLAIN" border-color="0,0,0" border-style="solid" section-indent="0" japanese-hyphenation="true" english-hyphenation="false" english-hyphenation-overrange="compress">オンデマンド・リアルタイムPDFジェネレータ</multi-vtext>
    <!-- (2)multi-text2 -->

    <multi-vtext x="25" cell-width="15" cell-height="50" text-align="top" line-align="right" narrow="size" line-space="3" font-family="VMSGothic" font-style="PLAIN" border-color="0,0,0" border-style="solid" section-indent="0" japanese-hyphenation="true" english-hyphenation="false" english-hyphenation-overrange="compress">オンデマンド・リアルタイムPDFジェネレータ</multi-vtext>
    <!-- (3)multi-text3 -->

    <multi-vtext x="50" cell-width="15" cell-height="50" text-align="top" line-align="right" narrow="size" font-family="VMSGothic" font-style="PLAIN" char-space="3" border-color="0,0,0" border-style="solid" section-indent="0" japanese-hyphenation="true" english-hyphenation="false" english-hyphenation-overrange="compress">オンデマンド・リアルタイムPDFジェネレータ</multi-vtext>
    <!-- (4)multi-text4 -->

    <multi-vtext x="75" cell-width="15" cell-height="50" text-align="top" line-align="right" narrow="size" font-family="VMSGothic" font-style="PLAIN" border-color="0,0,0" border-style="solid" margin="start:3;end:3;top:3;bottom:3" section-indent="0" japanese-hyphenation="true" english-hyphenation="false" english-hyphenation-overrange="compress">オンデマンド・リアルタイムPDFジェネレータ</multi-vtext>
</Layout>

生成されるPDF (『<biz-Stream_home>/sample/xml/multi-vtext/multi-vtextSample3.pdf multi-vtext サンプル3』)

サンプル3
  • multi-vtext1:指定なし
  • multi-vtext2:line-space = "3"
  • multi-vtext3:char-space = "3"
  • multi-vtext4:margin = "start:3;end:3;top:3;bottom:3"