diff options
author | Mathias Bauer <mba@openoffice.org> | 2001-11-28 09:53:08 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2001-11-28 09:53:08 +0000 |
commit | e6a2af426f561e238ef55320ddeee61be0338821 (patch) | |
tree | e93a53426288045b8db228bbd8c21c17d8d45c05 /framework/dtd/image.dtd | |
parent | 0ff6db90a6a141049e4dae19dac15f8ff90006a8 (diff) |
#92987#: new properties
Diffstat (limited to 'framework/dtd/image.dtd')
-rw-r--r-- | framework/dtd/image.dtd | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/framework/dtd/image.dtd b/framework/dtd/image.dtd index 6c385163299f..7adf54676f49 100644 --- a/framework/dtd/image.dtd +++ b/framework/dtd/image.dtd @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: image.dtd,v 1.2 2001-11-08 07:55:09 cd Exp $ + $Id: image.dtd,v 1.3 2001-11-28 10:53:08 mba Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -61,6 +61,9 @@ <!-- a color value having the format #rrggbb --> <!ENTITY % color "CDATA"> +<!-- determine the mask mode of the image bitmap --> +<!ENTITY % maskMode "(maskcolor|maskbitmap)"> + <!ELEMENT image:entry EMPTY> <!ATTLIST image:entry image:command %url; #REQUIRED @@ -79,7 +82,9 @@ <!ATTLIST image:images xlink:href %uriReference; #REQUIRED xlink:type CDATA #FIXED "simple" + image:maskmode %maskMode; "maskcolor" image:maskcolor %color; "#000000" + image:maskurl %url; #IMPLIED > <!ELEMENT image:imagescontainer (image:images*, image:externalimages?)> |