Rahmenlinien & Art der Rahmenlinien
Beschreibung
Rahmenlinien der Tabelle werden direkt an der Zelle (<cell>) im Attribut @style mit
folgenden Werten festgehalten: above
(oben), below
(unten), lhs
(links), rhs
(rechts), vsides
(rechts und links), hsides
(oben und unten), border
(alle Seiten).
Die Art der Rahmenlinien werden ebenfalls direkt an der Zelle (<cell>) im Attribut @rend
festgehalten und kann dabei folgende Werte (auch in Kombination mit einem
Leerzeichen) annehmen: double
(doppelte Line), dotted
(gepunktete Line), dashed
(gestrichelte Linie), doubledashed
(doppelt gestrichelt).
Auf einen Blick
- XPath
//table/cell- Elemente & Attribute
-
Elemente Attribute <cell>@style(optional)above(oben)@rend(optional)double(doppelte Line)
Kodierungsbeispiel
Rahmenlinie unten in einer Überschriftenzellenzeile<row role="label"> <cell/> <cell n="visible:false" resp="editorial" style="below">Anträge</cell> <cell style="below"><hi rendition="#i">1954</hi></cell> <cell style="below"><hi rendition="#i">1955</hi></cell> </row>
<row>
<cell/>
<cell style="below"><hi rendition="#i">Umschuldung von 8 000 Fällen von Bankdarlehen</hi></cell>
<cell style="below"><hi rendition="#i">45 Mio. DM</hi></cell>
<cell style="below"><hi rendition="#i">45 Mio. DM</hi></cell>
</row>
<row role="label"> <cell style="above"/> <cell style="above"/> <cell style="above">1993</cell> <cell style="above">1994</cell> <cell style="above">1995</cell> <cell style="above">1996</cell> <cell style="above">1997</cell> <cell style="above">zus.</cell> </row>