diff options
author | Daniel Vogelheim <dvo@openoffice.org> | 2001-05-07 11:07:26 +0000 |
---|---|---|
committer | Daniel Vogelheim <dvo@openoffice.org> | 2001-05-07 11:07:26 +0000 |
commit | 50af8437cde9523e2e6c76035e3abc22133eb71f (patch) | |
tree | d455a5230bafa3b1c7145b465d792ebf0d2f49da /xmloff/dtd/style.mod | |
parent | b97925e74d316a6be312c9be011ed18a434d8bef (diff) |
added: style:vertical-align (for paragraphs)
Diffstat (limited to 'xmloff/dtd/style.mod')
-rw-r--r-- | xmloff/dtd/style.mod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmloff/dtd/style.mod b/xmloff/dtd/style.mod index 0c43ad29d54f..9b899202e2a5 100644 --- a/xmloff/dtd/style.mod +++ b/xmloff/dtd/style.mod @@ -1,5 +1,5 @@ <!-- - $Id: style.mod,v 1.35 2001-04-27 07:28:14 mib Exp $ + $Id: style.mod,v 1.36 2001-05-07 12:07:26 dvo Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -376,6 +376,7 @@ <!ATTLIST style:properties style:table-centering (horizontal | vertical | both | none) #IMPLIED> <!ATTLIST style:properties style:footnote-max-height %lengthOrNoLimit; #IMPLIED> +<!ATTLIST style:properties style:vertical-align (top|bottom|middle|basline|auto) #IMPLIED> <!ELEMENT style:footnote-sep EMPTY> <!ATTLIST style:footnote-sep style:width %length; #IMPLIED> |