目次を表示
エレメント - group-box
group-boxエレメントは、現在のページにグループ・ボックスを追加します。
グループ・ボックスで入力ラジオ・ボタンを囲みます。
構文:
エレメント
|
属性
|
値
|
エレメント/属性/値に関するメモ
|
group-box
|
x1
|
整数
|
省略値は0
|
y1
|
整数
|
省略値は0
|
width
|
整数
|
省略値は0
|
height
|
整数
|
省略値は0
|
line-width
|
整数
|
省略値は0
|
border
|
ブール値
|
省略値はドキュメントの境界線
|
caption
|
文字列
|
|
caption-indent
|
整数
|
省略値は0
|
caption-width
|
整数
|
省略値は0
|
caption-height
|
整数
|
省略値は0
|
align
|
left
|
|
center
|
省略値
|
right
|
|
style
|
スタイル
|
省略値はHelvetica、10、normal
|
leading
|
浮動小数
|
省略値はfontsize * 1.5
|
|
例
<group-box x1="100" y1="560" width="200" height="40" caption="Types" caption-width="50" caption-height="20" caption-indent="10" style="form"/>
目次を表示