diff options
author | Christian Lippka <cl@openoffice.org> | 2001-05-18 06:21:40 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2001-05-18 06:21:40 +0000 |
commit | 3dc12e9ffd25d6d0d1934538a916e8fcabc845ff (patch) | |
tree | 593747e81dbfa6a6504febe51b2ac0a47907b07b | |
parent | 4fc923a13edc47d9f67af73b71cdb6e811f08e52 (diff) |
#86616# added missing caption styles
-rw-r--r-- | xmloff/dtd/drawing.mod | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/xmloff/dtd/drawing.mod b/xmloff/dtd/drawing.mod index 849c50b92422..48ccbad82694 100644 --- a/xmloff/dtd/drawing.mod +++ b/xmloff/dtd/drawing.mod @@ -1,5 +1,5 @@ <!-- - $Id: drawing.mod,v 1.50 2001-05-16 14:04:04 cl Exp $ + $Id: drawing.mod,v 1.51 2001-05-18 07:21:40 cl Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -426,6 +426,16 @@ <!ATTLIST style:properties draw:fontwork-hide-form %boolean; #IMPLIED> <!ATTLIST style:properties draw:fontwork-shadow-transparence %percentage; #IMPLIED> +<!-- caption attributes --> +<!ATTLIST style:properties draw:caption-type (straight-line|angled-line|angled-connector-line) #IMPLIED> +<!ATTLIST style:properties draw:caption-angle-type (fixed|free) #IMPLIED> +<!ATTLIST style:properties draw:caption-angle %nonNegativeInteger; #IMPLIED> +<!ATTLIST style:properties draw:caption-gap %distance; #IMPLIED> +<!ATTLIST style:properties draw:caption-escape-direction (horizontal|vertical|auto) #IMPLIED> +<!ATTLIST style:properties draw:caption-escape %lengthOrPercentage; #IMPLIED> +<!ATTLIST style:properties draw:caption-line-length %distance; #IMPLIED> +<!ATTLIST style:properties draw:caption-fit-line-length %boolean; #IMPLIED> + <!-- Animations --> <!ELEMENT presentation:sound EMPTY> <!ATTLIST presentation:sound xlink:href %uriReference; #REQUIRED> |