diff options
-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> |