biz-Streamマニュアル XMLページレイアウトタグ リファレンス 第9章 繰り返し制御 9.3 横方向フレーム<hflow-area>

9.3 横方向フレーム<hflow-area>


9.3.1機能説明

フレームは子要素のレコード、サブフレームを指定された領域内で繰り返し表示します。
1ページの領域を越えるデータ量の場合、改ページを行います。
横方向フレームでは、データの増減により横方向に領域が可変となります。



9.3.2属性説明

1hflow-area属性説明

フレーム全体についての定義を行います。
フレームは、レコード、サブフレームを子要素として定義することができます。

属性名指定説明指定内容初期値
name任意名前CDATA
x任意X座標CDATA0
y任意Y座標CDATA0
unit任意単位(Choice)mm / cm / in / px / ptmm
width任意CDATA
height任意高さCDATA
master-reference任意<bs:datasource-master>との関連付けCDATA※1
no-data-disabled任意データが0件の場合、フレームを表示しないCDATAtrue(表示しない) /
false(表示する)
false
max-columns任意指定した列数で改ページ
clone任意CDATA定義を参照する定義済みの<hflow-area>タグを指定
header-footer-order任意フッタの下付き表示フラグCDATAasis/layout-only-bottom/page-and-layout-bottom
※『9.2 縦方向フレーム』を参照してください。
  • (注)初期値:出荷時のXMLデフォルト情報(default_values.properties)値を表します。ユーザにより値の変更が行われた場合は内容が異なります。
  • ※1ドキュメントレイアウトの<bs:block-container>にもmaster-referenceを設定している場合は、それぞれがユニークとなるように設定してください。
  • 異なる名前(Name属性)の複数のフレーム(<hflow-area>)に同一データソースを設定すると白紙ページが出力されます。


2hflow-frame属性説明

サブフレームについての定義を行います。
複数のデータソースから帳票を作成する場合に、サブフレームごとにデータソースと関連付けができます。
サブフレームは、レコードを子要素として定義することができます。

属性名指定説明指定内容初期値
name任意名前CDATA
unit任意単位(Choice)mm / cm / in / px / ptmm
width任意CDATA
height任意高さCDATA
master-reference任意<bs:datasource-master>との関連付けCDATA
no-data-disabled任意データが0件の場合、サブフレームを表示しない(Choice)true(表示しない) /
false(表示する)
false

3hflow-record属性説明

レコードについての定義を行います。
データソースのデータを表示するための要素です。レコードは、テキスト・イメージなどを子要素として定義することができます。

属性名指定説明指定内容初期値
name必須名前CDATA※『5.3.13 表で小計(subtotal)行、合計(total)行を表示する場合の設定方法の変更(v5.0.0)』を参照してください。
unit任意単位(Choice)mm / cm / in / px / ptmm
width任意CDATA
height任意高さCDATA
record-type任意列の種別(Choice)header:ヘッダ列 /
footer:フッダ列/
details:明細列/
subtotal:小計列/
total:合計列
details
view任意表示するタイミング、列の種別がheader, footer の時に有効(Choice)layout:一度だけ表示する /
page:ページ毎に表示する
layout
print-force任意ページヘッダ・ページフッタの強制表示フラグCDATAtrue/false
※『9.2 縦方向フレーム』を参照してください。
page-footer-once 任意 フレーム内でページフッタを1度だけ表示する CDATA true/false
4hflow-table属性説明

表形式の列に関する定義を行います。
列の幅の定義を行わない場合、hflow-table-cellの最大の幅が幅として採用されます。
高さはhflow-table-cellの高さの合計が幅として採用されます。

属性名指定説明指定内容初期値
name任意名前CDATA※『5.3.13 表で小計(subtotal)行、合計(total)行を表示する場合の設定方法の変更(v5.0.0)』を参照してください。
record-type任意列の種別(Choice)header:ヘッダ列/
footer:フッダ列/
details:明細列/
subtotal:小計列/
total:合計列
details
view任意表示するタイミング、列の種別がheader, footer の時に有効(Choice)layout:一度だけ表示する /
page:ページ毎に表示する
layout
column-width任意列の幅CDATA
border-width任意枠線の幅CDATA0.1
border-color任意枠線の色CDATA
border-style任意枠線のスタイル(Choice)「6.2 線<Line>」にある属性説明の「LineStyle属性」を参照Solid
background-color任意背景の色CDATA
unit任意単位(Choice)mm / cm / in / px / ptmm
print-force任意ページヘッダ・ページフッタの強制表示フラグCDATAtrue/false
※『9.2 縦方向フレーム』を参照してください。
page-footer-once 任意 フレーム内でページフッタを1度だけ表示する CDATA true/false
5hflow-table-cell属性説明

各行におけるセルの定義を行います。

属性名指定説明指定内容初期値
name任意名前CDATA
cell-height必須セルの高さCDATA
border-width任意枠線の幅CDATA0.1
border-color任意枠線の色CDATA
border-style任意枠線のスタイル(Choice)「6.2 線<Line>」にある属性説明の「LineStyle属性」を参照Solid
background-color任意背景の色CDATA
align任意複数要素の整列方向(Choice)horizon / vertical / nonehorizon
text-align任意配置(水平方向)(Choice)left / center / rightleft
cell-align任意配置(垂直方向)(Choice)top / center / bottombottom
unit任意単位(Choice)mm / cm / in / px / ptmm
  • Narrow属性は存在しませんが、レイアウト・デザイナのプロパティウィンドウに表示されます


9.3.3記述例

hflowサンプル1

データ量に応じて横方向に領域が可変となるフレームを表示するサンプルです。

hflowサンプル1-doc(『<biz-Stream_home>/sample/xml/hflow/hflowSample1-doc.xml』)

<?xml version="1.0" encoding="UTF-8"?>
<!-- XML file created by biz-Stream Designer -->
<!-- biz-Stream Copyright BrainSellers.com Corp. -->
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:pdf="http://www.brainsellers.com/schema" xmlns:svg="http://www.brainsellers.com/schema" xmlns:bs="http://www.brainsellers.com/schema" xmlns:form="http://www.brainsellers.com/schema" version="5.0.0">
    <bs:datasource-master-set>
        <bs:datasource-master master-name="csv_datasource" position="inherit">
            <bs:group-suppress>
            </bs:group-suppress>
            <bs:csv-master-reference master-reference="csv_field"/>

        </bs:datasource-master>
        <bs:csv-master master-name="csv_field" used-header="false">
            <bs:csv-statement master-reference="csv_resource"/>

            <bs:data-type column-name="経過年数" column-no="1" type="char"/>
            <bs:data-type column-name="西暦" column-no="2" type="char"/>
            <bs:data-type column-name="忠夫様" column-no="3" type="decimal"/>
            <bs:data-type column-name="花代様" column-no="4" type="decimal"/>
            <bs:data-type column-name="政宏様" column-no="5" type="decimal"/>
            <bs:data-type column-name="政伸様" column-no="6" type="decimal"/>
            <bs:data-type column-name="忠夫様の給与手取額" layout-name="忠夫様の給与手取額" column-no="7" type="decimal"/>
            <bs:data-type column-name="花代様の給与手取額" layout-name="花代様の給与手取額" column-no="8" type="decimal"/>
            <bs:data-type column-name="その他" layout-name="その他" column-no="9" type="decimal"/>
            <bs:data-type column-name="収入計" layout-name="収入計" column-no="10" type="decimal"/>
            <bs:data-type column-name="基本生活費" layout-name="基本生活費" column-no="11" type="decimal"/>
            <bs:data-type column-name="余暇生活費" layout-name="余暇生活費" column-no="12" type="decimal"/>
            <bs:data-type column-name="生命保険料" layout-name="生命保険料" column-no="13" type="char"/>
            <bs:data-type column-name="損害保険料" layout-name="損害保険料" column-no="14" type="decimal"/>
            <bs:data-type column-name="教育費" layout-name="教育費" column-no="15" type="decimal"/>
            <bs:data-type column-name="結婚資金援助" layout-name="結婚資金援助" column-no="16" type="decimal"/>
            <bs:data-type column-name="住宅ローン返済" layout-name="住宅ローン返済" column-no="17" type="decimal"/>
            <bs:data-type column-name="支出計" layout-name="支出計" column-no="18" type="decimal"/>
            <bs:data-type column-name="年間収支" layout-name="年間収支" column-no="19" type="decimal"/>
            <bs:data-type column-name="貯蓄残高" column-no="20" type="decimal"/>
        </bs:csv-master>
        <bs:csv-resource-master master-name="csv_resource" url="${base-dir}\sample\xml\hflow\hflow.csv" included-header="true"/>

    </bs:datasource-master-set>
    <fo:layout-master-set>
        <fo:simple-page-master master-name="A4" page-height="297mm" page-width="210mm">
            <fo:region-body/>
        </fo:simple-page-master>
    </fo:layout-master-set>
    <fo:page-sequence master-reference="A4" name="bizsheet" bs:local-page-control="none">
        <fo:flow flow-name="xsl-region-body">
            <bs:block-container>
                <bs:include href="${base-dir}\sample\xml\hflow\hflowSample1-page.xml"/>

            </bs:block-container>
        </fo:flow>
    </fo:page-sequence>
</fo:root>


hflow-areaサンプル1-page((『<biz-Stream_home>/sample/xml/hflow/hflowSample1-page.xml』)

<?xml version="1.0" encoding="UTF-8"?>
<!-- XML file created by biz-Stream Designer -->
<!-- biz-Stream Copyright BrainSellers.com Corp. -->
<Layout Width="210mm" Height="297mm" 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">
    <hflow-area name="hflow-area" x="10.583" y="261.722" width="185.914" height="216" master-reference="csv_datasource" no-data-disabled="false">
        <hflow-table name="hflow-table-header" column-width="35" record-type="header" view="page">
            <hflow-table-cell name="hflow-table-cell0" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="none">
                <Label Name="label経過年数" Width="35" Height="8" X="0" Y="0" Horizon="center" Vertical="center" Vector="horizon" Font="MSGothic" FontSize="12" FontStyle="PLAIN" Narrow="none">経過年数</Label>
            </hflow-table-cell>
            <hflow-table-cell name="hflow-table-cell1" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="none">
                <Label Name="label西暦" Width="35" Height="8" X="0" Y="0" Horizon="center" Vertical="center" Vector="horizon" Font="MSGothic" FontSize="12" FontStyle="PLAIN" Narrow="none">西暦</Label>
            </hflow-table-cell>
            <hflow-table-cell name="hflow-table-cell2" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="none">
                <Label Name="label忠夫様" Width="35" Height="8" X="0" Y="0" Horizon="center" Vertical="center" Vector="horizon" Font="MSGothic" FontSize="12" FontStyle="PLAIN" Narrow="none">忠夫様</Label>
            </hflow-table-cell>
            <hflow-table-cell name="hflow-table-cell3" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="none">
                <Label Name="label花代様" Width="35" Height="8" X="0" Y="0" Horizon="center" Vertical="center" Vector="horizon" Font="MSGothic" FontSize="12" FontStyle="PLAIN" Narrow="none">花代様</Label>
            </hflow-table-cell>
            <hflow-table-cell name="hflow-table-cell4" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="none">
                <Label Name="label政宏様" Width="35" Height="8" X="0" Y="0" Horizon="center" Vertical="center" Vector="horizon" Font="MSGothic" FontSize="12" FontStyle="PLAIN" Narrow="none">政宏様</Label>
            </hflow-table-cell>
            <hflow-table-cell name="hflow-table-cell5" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="none">
                <Label Name="label政伸様" Width="35" Height="8" X="0" Y="0" Horizon="center" Vertical="center" Vector="horizon" Font="MSGothic" FontSize="12" FontStyle="PLAIN" Narrow="none">政伸様</Label>
            </hflow-table-cell>
            <hflow-table-cell name="hflow-table-cell6" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="none">
            </hflow-table-cell>
            <hflow-table-cell name="hflow-table-cell7" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="none">
                <Label Name="label収入" Width="35" Height="8" X="0" Y="0" Horizon="center" Vertical="center" Vector="horizon" Font="MSGothic" FontSize="12" FontStyle="BOLD" Narrow="none">収入</Label>
            </hflow-table-cell>
            <hflow-table-cell name="hflow-table-cell8" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="horizon">
                <Label Name="label忠夫様の給与手取額" Width="35" Height="8" X="0" Y="0" Horizon="center" Vertical="center" Vector="horizon" Font="MSGothic" FontSize="12" FontStyle="PLAIN" Narrow="horizon">忠夫様の給与手取額</Label>
            </hflow-table-cell>
            <hflow-table-cell name="hflow-table-cell9" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="horizon">
                <Label Name="label花代様の給与手取額" Width="35" Height="8" X="0" Y="0" Horizon="center" Vertical="center" Vector="horizon" Font="MSGothic" FontSize="12" FontStyle="PLAIN" Narrow="horizon">花代様の給与手取額</Label>
            </hflow-table-cell>
            <hflow-table-cell name="hflow-table-cell10" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="none">
                <Label Name="labelその他" Width="35" Height="8" X="0" Y="0" Horizon="center" Vertical="center" Vector="horizon" Font="MSGothic" FontSize="12" FontStyle="PLAIN" Narrow="none">その他</Label>
            </hflow-table-cell>
            <hflow-table-cell name="hflow-table-cell11" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="none">
            </hflow-table-cell>
            <hflow-table-cell name="hflow-table-cell12" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="none">
            </hflow-table-cell>
            <hflow-table-cell name="hflow-table-cell13" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="none">
                <Label Name="label収入計" Width="35" Height="8" X="0" Y="0" Horizon="center" Vertical="center" Vector="horizon" Font="MSGothic" FontSize="12" FontStyle="PLAIN" Narrow="none">収入計</Label>
            </hflow-table-cell>
            <hflow-table-cell name="hflow-table-cell14" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="none">
            </hflow-table-cell>
            <hflow-table-cell name="hflow-table-cell15" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="none">
                <Label Name="label支出" Width="35" Height="8" X="0" Y="0" Horizon="center" Vertical="center" Vector="horizon" Font="MSGothic" FontSize="12" FontStyle="BOLD" Narrow="none">支出</Label>
            </hflow-table-cell>
            <hflow-table-cell name="hflow-table-cell16" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="none">
                <Label Name="label基本生活費" Width="35" Height="8" X="0" Y="0" Horizon="center" Vertical="center" Vector="horizon" Font="MSGothic" FontSize="12" FontStyle="PLAIN" Narrow="none">基本生活費</Label>
            </hflow-table-cell>
            <hflow-table-cell name="hflow-table-cell17" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="none">
                <Label Name="label余暇生活費" Width="35" Height="8" X="0" Y="0" Horizon="center" Vertical="center" Vector="horizon" Font="MSGothic" FontSize="12" FontStyle="PLAIN" Narrow="none">余暇生活費</Label>
            </hflow-table-cell>
            <hflow-table-cell name="hflow-table-cell18" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="none">
                <Label Name="label生命保険料" Width="35" Height="8" X="0" Y="0" Horizon="center" Vertical="center" Vector="horizon" Font="MSGothic" FontSize="12" FontStyle="PLAIN" Narrow="none">生命保険料</Label>
            </hflow-table-cell>
            <hflow-table-cell name="hflow-table-cell19" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="none">
                <Label Name="label損害保険料" Width="35" Height="8" X="0" Y="0" Horizon="center" Vertical="center" Vector="horizon" Font="MSGothic" FontSize="12" FontStyle="PLAIN" Narrow="none">損害保険料</Label>
            </hflow-table-cell>
            <hflow-table-cell name="hflow-table-cell20" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="none">
                <Label Name="label教育費" Width="35" Height="8" X="0" Y="0" Horizon="center" Vertical="center" Vector="horizon" Font="MSGothic" FontSize="12" FontStyle="PLAIN" Narrow="none">教育費</Label>
            </hflow-table-cell>
            <hflow-table-cell name="hflow-table-cell21" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="none">
                <Label Name="label結婚資金援助" Width="35" Height="8" X="0" Y="0" Horizon="center" Vertical="center" Vector="horizon" Font="MSGothic" FontSize="12" FontStyle="PLAIN" Narrow="none">結婚資金援助</Label>
            </hflow-table-cell>
            <hflow-table-cell name="hflow-table-cell22" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="none">
                <Label Name="label住宅ローン返済" Width="35" Height="8" X="0" Y="0" Horizon="center" Vertical="center" Vector="horizon" Font="MSGothic" FontSize="12" FontStyle="PLAIN" Narrow="none">住宅ローン返済</Label>
            </hflow-table-cell>
            <hflow-table-cell name="hflow-table-cell23" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="none">
            </hflow-table-cell>
            <hflow-table-cell name="hflow-table-cell24" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="none">
                <Label Name="label支出計" Width="35" Height="8" X="0" Y="0" Horizon="center" Vertical="center" Vector="horizon" Font="MSGothic" FontSize="12" FontStyle="PLAIN" Narrow="none">支出計</Label>
            </hflow-table-cell>
            <hflow-table-cell name="hflow-table-cell25" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="none">
                <Label Name="label年間収支" Width="35" Height="8" X="0" Y="0" Horizon="center" Vertical="center" Vector="horizon" Font="MSGothic" FontSize="12" FontStyle="PLAIN" Narrow="none">年間収支</Label>
            </hflow-table-cell>
            <hflow-table-cell name="hflow-table-cell26" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="none">
                <Label Name="label貯蓄残高" Width="35" Height="8" X="0" Y="0" Horizon="center" Vertical="center" Vector="horizon" Font="MSGothic" FontSize="12" FontStyle="PLAIN" Narrow="none">貯蓄残高</Label>
            </hflow-table-cell>
        </hflow-table>
        <hflow-table name="hflow-table-body" column-width="25" record-type="details" view="layout">
            <hflow-table-cell name="hflow-table-cell0" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="none">
                <Label Name="経過年数" Width="25" Height="8" X="0" Y="0" Horizon="center" Vertical="center" Vector="horizon" Font="MSGothic" FontSize="12" FontStyle="PLAIN" Narrow="none"/>
            </hflow-table-cell>
            <hflow-table-cell name="hflow-table-cell1" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="none">
                <Label Name="西暦" Width="25" Height="8" X="0" Y="0" Horizon="center" Vertical="center" Vector="horizon" Font="MSGothic" FontSize="12" FontStyle="PLAIN" Narrow="none"/>
            </hflow-table-cell>
            <hflow-table-cell name="hflow-table-cell2" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="none">
                <Currency Name="忠夫様" Width="25" Height="8" X="0" Y="0" Horizon="right" Vertical="center" Vector="horizon" Font="MSGothic" FontSize="12" FontStyle="PLAIN" Narrow="none" format="#,##0"/>
            </hflow-table-cell>
            <hflow-table-cell name="hflow-table-cell3" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="none">
                <Currency Name="花代様" Width="25" Height="8" X="0" Y="0" Horizon="right" Vertical="center" Vector="horizon" Font="MSGothic" FontSize="12" FontStyle="PLAIN" Narrow="none" format="#,##0"/>
            </hflow-table-cell>
            <hflow-table-cell name="hflow-table-cell4" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="none">
                <Currency Name="政宏様" Width="25" Height="8" X="0" Y="0" Horizon="right" Vertical="center" Vector="horizon" Font="MSGothic" FontSize="12" FontStyle="PLAIN" Narrow="none" format="#,##0"/>
            </hflow-table-cell>
            <hflow-table-cell name="hflow-table-cell5" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="none">
                <Currency Name="政伸様" Width="25" Height="8" X="0" Y="0" Horizon="right" Vertical="center" Vector="horizon" Font="MSGothic" FontSize="12" FontStyle="PLAIN" Narrow="none" format="#,##0"/>
            </hflow-table-cell>
            <hflow-table-cell name="hflow-table-cell6" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="none">
            </hflow-table-cell>
            <hflow-table-cell name="hflow-table-cell7" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="none">
            </hflow-table-cell>
            <hflow-table-cell name="hflow-table-cell8" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="horizon">
                <Currency Name="忠夫様の給与手取額" Width="25" Height="8" X="0" Y="0" Horizon="right" Vertical="center" Vector="horizon" Font="MSGothic" FontSize="12" FontStyle="PLAIN" Narrow="horizon" format="#,##0"/>
            </hflow-table-cell>
            <hflow-table-cell name="hflow-table-cell9" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="horizon">
                <Currency Name="花代様の給与手取額" Width="25" Height="8" X="0" Y="0" Horizon="right" Vertical="center" Vector="horizon" Font="MSGothic" FontSize="12" FontStyle="PLAIN" Narrow="horizon" format="#,##0"/>
            </hflow-table-cell>
            <hflow-table-cell name="hflow-table-cell10" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="none">
                <Currency Name="その他" Width="25" Height="8" X="0" Y="0" Horizon="right" Vertical="center" Vector="horizon" Font="MSGothic" FontSize="12" FontStyle="PLAIN" Narrow="none" format="#,##0"/>
            </hflow-table-cell>
            <hflow-table-cell name="hflow-table-cell11" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="none">
            </hflow-table-cell>
            <hflow-table-cell name="hflow-table-cell12" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="none">
            </hflow-table-cell>
            <hflow-table-cell name="hflow-table-cell13" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="none">
                <Currency Name="収入計" Width="25" Height="8" X="0" Y="0" Horizon="right" Vertical="center" Vector="horizon" Font="MSGothic" FontSize="12" FontStyle="PLAIN" Narrow="none" format="#,##0"/>
            </hflow-table-cell>
            <hflow-table-cell name="hflow-table-cell14" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="none">
            </hflow-table-cell>
            <hflow-table-cell name="hflow-table-cell15" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="none">
            </hflow-table-cell>
            <hflow-table-cell name="hflow-table-cell16" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="none">
                <Currency Name="基本生活費" Width="25" Height="8" X="0" Y="0" Horizon="right" Vertical="center" Vector="horizon" Font="MSGothic" FontSize="12" FontStyle="PLAIN" Narrow="none" format="#,##0"/>
            </hflow-table-cell>
            <hflow-table-cell name="hflow-table-cell17" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="none">
                <Currency Name="余暇生活費" Width="25" Height="8" X="0" Y="0" Horizon="right" Vertical="center" Vector="horizon" Font="MSGothic" FontSize="12" FontStyle="PLAIN" Narrow="none" format="#,##0"/>
            </hflow-table-cell>
            <hflow-table-cell name="hflow-table-cell18" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="none">
                <Currency Name="生命保険料" Width="25" Height="8" X="0" Y="0" Horizon="right" Vertical="center" Vector="horizon" Font="MSGothic" FontSize="12" FontStyle="PLAIN" Narrow="none" format="#,##0"/>
            </hflow-table-cell>
            <hflow-table-cell name="hflow-table-cell19" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="none">
                <Currency Name="損害保険料" Width="25" Height="8" X="0" Y="0" Horizon="right" Vertical="center" Vector="horizon" Font="MSGothic" FontSize="12" FontStyle="PLAIN" Narrow="none" format="#,##0"/>
            </hflow-table-cell>
            <hflow-table-cell name="hflow-table-cell20" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="none">
                <Currency Name="教育費" Width="25" Height="8" X="0" Y="0" Horizon="right" Vertical="center" Vector="horizon" Font="MSGothic" FontSize="12" FontStyle="PLAIN" Narrow="none" format="#,##0"/>
            </hflow-table-cell>
            <hflow-table-cell name="hflow-table-cell21" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="none">
                <Currency Name="結婚資金援助" Width="25" Height="8" X="0" Y="0" Horizon="right" Vertical="center" Vector="horizon" Font="MSGothic" FontSize="12" FontStyle="PLAIN" Narrow="none" format="#,##0"/>
            </hflow-table-cell>
            <hflow-table-cell name="hflow-table-cell22" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="none">
                <Currency Name="住宅ローン返済" Width="25" Height="8" X="0" Y="0" Horizon="right" Vertical="center" Vector="horizon" Font="MSGothic" FontSize="12" FontStyle="PLAIN" Narrow="none" format="#,##0"/>
            </hflow-table-cell>
            <hflow-table-cell name="hflow-table-cell23" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="none">
            </hflow-table-cell>
            <hflow-table-cell name="hflow-table-cell24" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="none">
                <Currency Name="支出計" Width="25" Height="8" X="0" Y="0" Horizon="right" Vertical="center" Vector="horizon" Font="MSGothic" FontSize="12" FontStyle="PLAIN" Narrow="none" format="#,##0"/>
            </hflow-table-cell>
            <hflow-table-cell name="hflow-table-cell25" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="none">
                <Currency Name="年間収支" Width="25" Height="8" X="0" Y="0" Horizon="right" Vertical="center" Vector="horizon" Font="MSGothic" FontSize="12" FontStyle="PLAIN" Narrow="none" format="#,##0"/>
            </hflow-table-cell>
            <hflow-table-cell name="hflow-table-cell26" cell-height="8" border-color="0,0,0" align="horizon" text-align="center" cell-align="center" narrow="none">
                <Currency Name="貯蓄残高" Width="25" Height="8" X="0" Y="0" Horizon="right" Vertical="center" Vector="horizon" Font="MSGothic" FontSize="12" FontStyle="PLAIN" Narrow="none" format="#,##0"/>
            </hflow-table-cell>
        </hflow-table>
    </hflow-area>
    <Label Name="タイトル" Width="83.961" Height="11.994" X="10.583" Y="266.308" Horizon="left" Vertical="bottom" Vector="horizon" Font="MSGothic" FontSize="24" FontStyle="PLAIN" Narrow="horizon">キャッシュフロー表 -</Label>
    <Label Width="27.869" Height="4.939" X="168.275" Y="265.25" Horizon="right" Vertical="bottom" Vector="horizon" Font="MSGothic" FontStyle="PLAIN" Narrow="horizon">(単位:万円)</Label>
    <Label Width="93.839" Height="4.939" X="101.6" Y="37.708" Horizon="left" Vertical="bottom" Vector="horizon" Font="MSGothic" FontStyle="PLAIN" Narrow="size">金額の表示は原則として万円未満四捨五入、年齢は年末時点の年齢で記載</Label>
    <page-number x="96.661" y="266.661" width="21.519" height="11.289" text-align="left" line-align="bottom" font-family="MSGothic" font-size="24" font-style="PLAIN" narrow="horizon" page-number="page" local-page="false"/>

</Layout>

生成されるPDF(『<biz-Stream_home>/sample/xml/hflow/hflowSample1.pdf』)


hflow-areaサンプル1