LOTUS DOMINO の XML


bordercaption 要素
フレームセットのフレームの境界線を表します。

包含階層

スーパークラス: <frame>

サブクラス: <code><font>

構文

<!ELEMENT bordercaption  ( code?, font? )>

内容

code?,font?


属性

<!ATTLIST bordercaption
show%tokens;""
align(%edge.aligns;)#IMPLIED
justify(%simple.justifys;)#IMPLIED
open%pixpct;#IMPLIED
bgcolor%color;#IMPLIED
>

align


bgcolor
justify
open
show
<bordercaption> 要素の定義済みエンティティ

%bordercaption.show.values; エンティティは、フレームの境界線のスタイルを定義します。

構文:

<!ENTITY % bordercaption.show.values "caption | arrows ">

arrows


caption
%edge.aligns; エンティティは、フレームの境界線のテキスト見出しまたは矢印に対して文字揃えオプションを定義します。

構文:

<!ENTITY % edge.aligns "left | right | top | bottom ">

bottom


left
right
top
%simple.justifys; エンティティは、フレームの境界線内のテキスト見出しに対してテキスト揃えオプションを定義します。

構文:

<!ENTITY % simple.justifys "left | right | center ">

center


left
right
関連項目