diff options
author | Daniel Vogelheim <dvo@openoffice.org> | 2002-02-15 19:33:43 +0000 |
---|---|---|
committer | Daniel Vogelheim <dvo@openoffice.org> | 2002-02-15 19:33:43 +0000 |
commit | de7daad4c4ca4c1573201b052ddda1f33f999942 (patch) | |
tree | a13a060be61464e67a976a9b6733a94f42dcf719 /xmloff/dtd/style.mod | |
parent | 3ed9316d00accb69a43d587927e2f20b43237843 (diff) |
#96678# DTD change for vertical layout
Diffstat (limited to 'xmloff/dtd/style.mod')
-rw-r--r-- | xmloff/dtd/style.mod | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/xmloff/dtd/style.mod b/xmloff/dtd/style.mod index 27b5ddaf577b..d7d8911787ad 100644 --- a/xmloff/dtd/style.mod +++ b/xmloff/dtd/style.mod @@ -1,5 +1,5 @@ <!-- - $Id: style.mod,v 1.47 2002-01-17 13:35:08 dvo Exp $ + $Id: style.mod,v 1.48 2002-02-15 20:33:43 dvo Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -392,6 +392,15 @@ <!ATTLIST style:properties style:footnote-max-height %lengthOrNoLimit; #IMPLIED> <!ATTLIST style:properties style:vertical-align (top|bottom|middle|basline|auto) #IMPLIED> +<!ATTLIST style:properties style:writing-mode (lr-tb|rl-tb|tb-rl|tb-lr|lr|rl|tb|page) "lr-tb"> +<!ATTLIST style:properties style:layout-grid-mode (none|line|both) #IMPLIED> +<!ATTLIST style:properties style:layout-grid-base-height %measure; #IMPLIED +<!ATTLIST style:properties style:layout-grid-ruby-height %measure; #IMPLIED +<!ATTLIST style:properties style:layout-grid-lines %number; #IMPLIED; +<!ATTLIST style:properties style:layout-grid-color %color; #IMPLIED +<!ATTLIST style:properties style:layout-grid-ruby-below %boolean; #IMPLIED +<!ATTLIST style:properties style:layout-grid-print %boolean; #IMPLIED +<!ATTLIST style:properties style:layout-grid-display %boolean; #IMPLIED> <!ELEMENT style:footnote-sep EMPTY> <!ATTLIST style:footnote-sep style:width %length; #IMPLIED> |