office:image
Element information
Namespace: urn:oasis:names:tc:opendocument:xmlns:office:1.0
Schema document: office.xsd
Type: text:office-image-content-main
Properties: Global, Qualified
Content
- draw:frame [1..1]
Attributes
None
Used in
- Type text:office-body-content (Element office:body)
Substitution hierarchy
- text:office-body-content
- can be substituted with office:image
Sample instance
<office:image> <draw:frame draw:id="ID" draw:name="string" svg:x="string" svg:y="string" svg:width="string" svg:height="string" style:rel-width="scale"> <draw:text-box fo:min-height=""> <text:h text:outline-level="1">Any text, intermingled with:... </text:h> </draw:text-box> <office:event-listeners> <script:event-listener script:event-name="string" script:language="string" xlink:actuate="onRequest"/> </office:event-listeners> <draw:glue-point draw:id="1" svg:x="" svg:y=""/> <draw:image-map> <draw:area-rectangle xlink:show="new" svg:x="string" svg:y="string" svg:width="string" svg:height="string">... </draw:area-rectangle> </draw:image-map> <svg:title>string</svg:title> <svg:desc>string</svg:desc> <draw:contour-polygon draw:recreate-on-edit="true" svg:width="string" svg:height="string" svg:viewBox=" " draw:points="string"/> </draw:frame> </office:image>