LOTUS DOMINO の XML


tablecell 要素

表のセルを表します。

包含階層

スーパークラス: <tablerow>

サブクラス: <cellbackground>%richtext.block;

構文

<!ELEMENT tablecell ( cellbackground?, (%richtext.block;)* )>

[コンテンツ]

cellbackground?, (%richtext.block;)*


属性

<!ATTLIST tablecell
bgcolor%color;#IMPLIED
rowspan%integer;"1"
columnspan%integer;"1"
colorstyle(%tablecell.color.styles;)#IMPLIED
altbgcolor%color;#IMPLIED
valign(%vertical.aligns;)#IMPLIED
borderwidth%pixels.1to4;"1px"
transition(%tablecell.transitions;)"none"
%html.core.attrs;
>

altbgcolor


bgcolor
borderwidth
columnspan
colorstyle
rowspan
transition
valign
<tablecell> 要素の定義済みエンティティ

%tablecell.color.styles; エンティティは、表のセルの色スタイルに対する選択肢を定義します。

構文:

<!ENTITY % tablecell.color.styles "solid | vgradient | hgradient">

hgradient


solid
vgradient
%tablecell.transitions; エンティティは、同時に 1 行だけ表示する表を作成するときに、そのセルに設定できる特殊効果を定義します。ここで定義されるオプションは、ユーザーによる選択または事前設定されたタイマーのどちらかに基づいて行間を移動するときに使用される表示スタイルを指定します。

構文:

<!ENTITY % tablecell.transitions "none | rolling | lefttoright | toptobottom | wipe | boxes | explode | dissolve">

boxes


dissolve
explode
lefttoright
none
rolling
toptobottom
wipe
%vertical.aligns; エンティティは、垂直揃えの選択肢を定義します。

構文:

<!ENTITY % vertical.aligns "top | center | bottom">


関連項目