summaryrefslogtreecommitdiffstats
path: root/kword/dtd/tablestyles.dtd
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-01-20 01:29:50 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-01-20 01:29:50 +0000
commit8362bf63dea22bbf6736609b0f49c152f975eb63 (patch)
tree0eea3928e39e50fae91d4e68b21b1e6cbae25604 /kword/dtd/tablestyles.dtd
downloadkoffice-8362bf63dea22bbf6736609b0f49c152f975eb63.tar.gz
koffice-8362bf63dea22bbf6736609b0f49c152f975eb63.zip
Added old abandoned KDE3 version of koffice
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1077364 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kword/dtd/tablestyles.dtd')
-rw-r--r--kword/dtd/tablestyles.dtd29
1 files changed, 29 insertions, 0 deletions
diff --git a/kword/dtd/tablestyles.dtd b/kword/dtd/tablestyles.dtd
new file mode 100644
index 00000000..2480596f
--- /dev/null
+++ b/kword/dtd/tablestyles.dtd
@@ -0,0 +1,29 @@
+<!--
+ 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>