エレメント - column

LANSA Integrator

エレメント - column


子columnエレメントは、テーブル列の記述に使用されます。

構文:

エレメント

属性

エレメント/属性/値に関するメモ

column

title

文字列

 

title-style

スタイル

 

title-vertical-align

top

 

middle

省略値

bottom

 

title-horizontal-align

left

 

center

省略値

right

 

title-border

ブール値

省略値はtrue

column-type

text

省略値

image

 

barcode

 

style

スタイル

省略値はtableエレメントのスタイル

width-percentage

整数

省略値は10

vertical-align

top

 

middle

省略値

bottom

 

horizontal-align

left

 

center

省略値

right

 

border

ブール値

省略値はtrue

alternate

ブール値

省略値はtrue

alt-text

文字列

 

alt-text-field

フィールド

リスト・フィールドの名前

type

バーコード

省略値はCODE128

start

文字列

省略値はA

stop

文字列

省略値はB

start-stop

ブール値

省略値はtrue

scale

整数

省略値は110

rotation

整数

省略値は0

field

フィールド

リスト・フィールドの名前

value

文字列

 

 

 

<table x1="20" y1="500" width="400" height="300" style="normal" alternate="true">

   <column field="FIELD1" width-percentage="20" title="First Name"/>

   <column field="FIELD2" width-percentage="20" title="Surname Family Name"/>

</table>