button ノード

出直し!! ヘルプ(DXL)

段落内のホットスポットボタンを表します。


上位のノード(Contained by)

ノード 補足
par


下位のノード(Contains)

ノード 補足
(textnode) ボタンの名称
font ボタンのフォント
code


属性(Attributes)

◇ スタイル

属性 設定値 補足
edge 'system' システム
'square' 四角形
'rounded' 丸め
widthtype 'maximum' 最大幅
'minimum' 最小幅
'fixed' 固定幅
'fitcontent' 内容に合わせる
'fixedcharacter' 固定(文字数)
width '2in' など 幅をインチで指定
widthtype='fixedcharacter' 以外で指定
characters '12' など 文字数を数値で指定
widthtype='fixedcharacter' の場合に指定
bgcolor color ボタンの色を指定
wraptext 'true' または
'false'
折り返す場合に True ?

ボタンのフォントの指定は以下のように run ノードとは別となる。

<par def='1'> 
   外側
   <run>
      <font size='18pt' style='bold' color='blue' /> 
      ボタンの前の文字 
   </run>
   <button width='2in' widthtype='maximum' maxlines='1' wraptext='true' bgcolor='system'>
      <font size='18pt' style='bold' color='blue' />
      ボタン
   </button>
   <run>
      <font size='18pt' style='bold' color='blue' />
      ボタンの後ろの文字
   </run>
   外側
</par>


0 件のコメント:

コメントを投稿