multi-vtext サンプル1
レイアウトサンプル(『<biz-Stream_home>/sample/xml/multi-vtext/multi-vtextSample1.xml
』)
<?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-vtext1:text-align指定なし("top"指定と同内容)
- ②multi-vtext2:text-align = "top"
- ③multi-vtext3:text-align = "center"
- ④multi-vtext4:text-align = "bottom"