You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
597 B
30 lines
597 B
<!--
|
|
A tablestyle holds properties for borders, background and (text)style. A tablestyle is
|
|
identified via its name. The properties are reach via the names corresponding to the
|
|
framestyle and style.
|
|
-->
|
|
<!ELEMENT TABLESTYLES
|
|
(TABLESTYLE*)>
|
|
|
|
<!ELEMENT TABLESTYLE
|
|
(NAME|PFRAMESTYLE|PSTYLE)>
|
|
|
|
<!ELEMENT PFRAMESTYLE
|
|
EMPTY>
|
|
<!ATTLIST PFRAMESTYLE
|
|
name CDATA #REQUIRED>
|
|
|
|
<!ELEMENT PSTYLE
|
|
EMPTY>
|
|
<!ATTLIST PSTYLE
|
|
name CDATA #REQUIRED>
|
|
|
|
<!--
|
|
Copied from kword.dtd (01-06-2002)
|
|
-->
|
|
|
|
<!ELEMENT NAME
|
|
EMPTY>
|
|
<!ATTLIST NAME
|
|
value CDATA #REQUIRED>
|