1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191
|
<RefEntry ID="dbre.elem.tfoot">
<!-- Created by DTDParseRefentry version 0.94 -->
<!-- Consult http://www.ora.com/homepages/dtdparse/ -->
<!-- for more information. -->
<![ %dbre.ms.refmeta [
<RefMeta>
<IndexTerm><Primary>tfoot Element</Primary></IndexTerm>
<RefEntryTitle>tfoot</RefEntryTitle>
<RefMiscInfo>Element</RefMiscInfo>
</RefMeta>
]]>
<RefNameDiv>
<RefName>tfoot</RefName>
<RefPurpose>
Footer row of a table
</RefPurpose>
</RefNameDiv>
<![ %dbre.ms.refsynopsisdiv [
<RefSynopsisDiv><Title>Content Model</Title>
<Synopsis>
(<Link LinkEnd="dbre.elem.colspec">colspec</Link>*,<Link LinkEnd="dbre.elem.row">row</Link>+) -(<Link LinkEnd="dbre.elem.entrytbl">entrytbl</Link>)
</Synopsis>
<![ %dbre.ms.refsynopsisdiv.excl [
<RefSect2><Title>Exclusions</Title>
<Para>
tfoot excludes these elements at every level:
</Para>
<Synopsis>
<Link LinkEnd="dbre.elem.entrytbl">entrytbl</Link>
</Synopsis>
</RefSect2>
]]>
<![ %dbre.ms.refsynopsisdiv.attr [
<RefSect2><Title>Attributes</Title>
<Para>
This element has <link linkend="dbre.x.common">common</link> and <link linkend="dbre.x.role"><sgmltag class=attribute>Role</></link> attributes.
</Para>
<INFORMALTABLE>
<TGROUP COLS=4>
<COLSPEC COLNUM=2 COLNAME=C2>
<COLSPEC COLNUM=4 COLNAME=C4>
<SPANSPEC SPANNAME=C2C4 NAMEST=C2 NAMEEND=C4>
<THEAD>
<ROW>
<ENTRY>Name</ENTRY>
<ENTRY>Value(s)</ENTRY>
<ENTRY>Type</ENTRY>
<ENTRY>Default Value</ENTRY>
</ROW>
</THEAD>
<TBODY>
<ROW>
<ENTRY>valign</ENTRY>
<ENTRY>(top|middle|bottom)</ENTRY>
<ENTRY>#IMPLIED</ENTRY>
<ENTRY> </ENTRY>
</ROW>
</TBODY>
</TGROUP>
</INFORMALTABLE>
</RefSect2>
]]>
<![ %dbre.ms.refsynopsisdiv.tagmin [
<RefSect2><Title>Tag Minimization</Title>
<Para>
The start-tag is required for this element. The end-tag is optional, if your SGML declaration allows minimization.
</Para>
</RefSect2>
]]>
</RefSynopsisDiv>
]]>
<![ %dbre.ms.description [
<RefSect1><Title>Description</Title>
<para>TFoot is a optional part of TGroup
(part of Table), identifying the footer information in a
Table, which is displayed after the TBody and also at the
bottom of any TBody Rows before a page break.
TFoot must have one or
more Rows. It has common and VAlign attributes.
</para>
<![ %dbre.ms.description.parents [
<RefSect2><Title>Parents</Title>
<Para>
tfoot occurs in
<Link LinkEnd="dbre.elem.tgroup">tgroup</Link>.
</Para>
</RefSect2>
]]>
<![ %dbre.ms.description.children [
<RefSect2><Title>Children</Title>
<Para>
tfoot contains these elements:
<SimpleList Type=Inline>
<Member><Link LinkEnd="dbre.elem.colspec">colspec</Link></Member>
<Member><Link LinkEnd="dbre.elem.row">row</Link></Member>
</SimpleList>.
</Para>
</RefSect2>
]]>
</RefSect1>
]]>
<![ %dbre.ms.attrdesc [
<RefSect1><Title>Attributes</Title>
<variablelist>
<varlistentry><term>valign</term>
<listitem>
<para>
VAlign governs the vertical
positioning of text within an Entry.
Allowed values are Top, Middle, and Bottom
(no default).
</para>
</listitem>
</varlistentry>
</variablelist>
</RefSect1>
]]>
<![ %dbre.ms.examples [
<RefSect1><Title>Examples</Title>
<programlisting>
<![ CDATA [
<TABLE COLSEP="1" FRAME="all" ROWSEP="0"
SHORTENTRY="0" TOCENTRY="1" TABSTYLE="decimalstyle"
ORIENT="land" PGWIDE="0">
<TITLE>Sample Decimal-Aligned Table</TITLE>
<TITLEABBREV>Decimal-Aligned Table</TITLEABBREV>
<TGROUP ALIGN="char" CHAROFF="50" CHAR="." COLS="4">
<COLSPEC ALIGN="left" COLNUM="1" COLSEP="0" COLWIDTH="7pc">
<THEAD>
<ROW>
<ENTRY>Gas Ball</ENTRY>
<ENTRY>1940</ENTRY>
<ENTRY>1960</ENTRY>
<ENTRY>1980</ENTRY>
</ROW>
</THEAD>
<TFOOT>
<ROW>
<ENTRY>Rating</ENTRY>
<ENTRY>3</ENTRY>
<ENTRY>1</ENTRY>
<ENTRY>2</ENTRY>
</ROW>
</TFOOT>
<TBODY>
<ROW>
<ENTRY>Diameter</ENTRY>
<ENTRY>345.021</ENTRY>
<ENTRY>211.02</ENTRY>
<ENTRY>221.3</ENTRY>
</ROW>
<ROW>
<ENTRY>Color</ENTRY>
<ENTRY>blue</ENTRY>
<ENTRY>red</ENTRY>
<ENTRY>yellow</ENTRY>
</ROW>
</TBODY>
</TGROUP>
</TABLE>
]]>
</programlisting>
</RefSect1>
]]>
</RefEntry>
|