エレメント - if
ifエレメントは、条件ロジックの追加に使用されます。
構文:
エレメント |
属性 |
値 |
エレメント/属性/値に関するメモ |
if |
compare |
文字列 |
|
value |
文字列 |
|
|
operation |
equal |
省略値 |
|
not_equal |
|
||
goto |
内容 |
指定の内容セクションに移動します。 |
例
<if compare="{@page}" value="11" operation="equal" goto="additional"/>
<if compare="{@page}" value="12" operation="equal">
<page/>
<text x1="70" y1="300" width="100" height="20" value="some text"/>
</if>