LOTUS DOMINO の XML


table 要素

リッチテキストの表を表します。

包含階層

スーパークラス: %richtext.block;

サブクラス: <border>, <tablecolumn>, <tablerow>, <tablerowstyle>

構文

<!ELEMENT table ( tablerowstyle?, border?, tablecolumn*, tablerow* )>

[コンテンツ]

tablerowstyle?, border?, tablecolumn*, tablerow*


属性

<!ATTLIST table
widthtype(%table.widthtypes;)#IMPLIED
minrowheight%length;"0"
rowspacing%length;"0"
columnspacing%length;"0"
cellborderstyle(%table.cell.border.styles;)"solid"
cellbordercolor%color;"black"
colorstyle(%table.color.styles;)"none"
bgcolor%color;#IMPLIED
altbgcolor%color;#IMPLIED
leftmargin%lenpct;"25.40mm"
rightmargin%lenpct;"100%"
r4spacing%boolean;"false"
rowdisplay(%table.row.displays;)"all"
rowtimer%integer;#IMPLIED
sizetabsequally%boolean;#IMPLIED
firsttabindent%pixels;#IMPLIED
tablocation(%table.tablocations;)#IMPLIED
outsidewrap%boolean;"false"
insidewrap%boolean;"false"
insidewrapheight%length;#IMPLIED
%html.core.attrs;
%direction.attrs;
>

altbgcolor


bgcolor
columnspacing
cellbordercolor
cellborderstyle
colorstyle
firsttabindent
insidewrap
insidewrapheight
leftmargin
minrowheight
outsidewrap
r4spacing
rightmargin
rowdisplay
rowspacing
rowtimer
sizetabsequally
tablocation
widthtype
<table> 要素の定義済みエンティティ

%table.tablocations; エンティティは、表プロパティとして [1 行のみ表示] オプションが選択されている場合、表の行に対するタブの配置のオプションを定義します。

構文:

<!ENTITY % table.tablocations "top | left | bottom | right">

bottom


left
right
top
%table.widthtypes; エンティティは、表の幅の選択肢を定義します。

構文:

<!ENTITY % table.widthtypes "fixedleft | fixedcenter | fixedright | fitmargins | fitwindow">

fitwindow


fixedcenter
fixedleft
fitmargins
fixedright
%table.cell.border.styles; エンティティは、表のセルの周囲の境界線スタイルを設定する選択肢を定義します。

構文:

<!ENTITY % table.cell.border.styles "solid | ridge | groove">

groove


ridge
solid
%table.color.styles; エンティティは、表の配色の選択肢を定義します。

構文:

<!ENTITY % table.color.styles "none | solid | altrows | altcolumns | lefttop | left | righttop | right | top">

altcolumns


altrows
left
lefttop
none
right
righttop
solid
top
%table.row.displays; エンティティは、表の各行の複数の表示オプションを定義します。

構文:

<!ENTITY % table.row.displays "all | tabs | timer | onclick | compute | tabscompute | onclicktimer | onopentimer | captions">

all


captions
compute
onclick
onclicktimer
onopentimer
tabs
tabscompute
timer

関連項目