diff options
author | Daniel Vogelheim <dvo@openoffice.org> | 2000-12-05 14:16:17 +0000 |
---|---|---|
committer | Daniel Vogelheim <dvo@openoffice.org> | 2000-12-05 14:16:17 +0000 |
commit | 3d1fd4122fe248a29c287a0e9c5aa7c873060be6 (patch) | |
tree | 96a2bf853f80277fb1c50f385eea0fb08c71876c /xmloff/dtd/style.mod | |
parent | e391ef4a6288e9131066efc8459b279fbc37a6bb (diff) |
added: style:column-sep (DTD copied from the specification)
Diffstat (limited to 'xmloff/dtd/style.mod')
-rw-r--r-- | xmloff/dtd/style.mod | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/xmloff/dtd/style.mod b/xmloff/dtd/style.mod index dd384918f61b..27486a3fc294 100644 --- a/xmloff/dtd/style.mod +++ b/xmloff/dtd/style.mod @@ -1,5 +1,5 @@ <!-- - $Id: style.mod,v 1.14 2000-12-04 12:15:09 sab Exp $ + $Id: style.mod,v 1.15 2000-12-05 15:16:17 dvo Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -313,7 +313,7 @@ style:cell-protect CDATA #IMPLIED fo:wrap-option (no-wrap | wrap) #IMPLIED > -<!ELEMENT style:columns (style:column*)> +<!ELEMENT style:columns (style:column-sep?,style:column*)> <!ATTLIST style:columns fo:column-count %nonNegativeInteger; #IMPLIED> <!ELEMENT style:column EMPTY> @@ -321,6 +321,14 @@ <!ATTLIST style:column fo:margin-left %positiveLength; #IMPLIED> <!ATTLIST style:column fo:margin-right %positiveLength; #IMPLIED> +<!ELEMENT style:column-sep EMPTY> +<!ATTLIST style:column-sep style:style (none|solid|dotted|dashed|dot-dashed) + "solid"> +<!ATTLIST style:column-sep style:width %length; #REQUIRED> +<!ATTLIST style:column-sep style:height %percentage; "100%"> +<!ATTLIST style:column-sep style:vertical-align (top|middle|bottom) "top"> +<!ATTLIST style:column-sep style:color %color; "#000000"> + <!-- page master properties --> <!ELEMENT style:page-master (style:properties?, style:header-style?, style:footer-style?, style:footnote-layout?)> <!ATTLIST style:page-master style:name %styleName; #REQUIRED> |