draw:page
Element information
Namespace: urn:oasis:names:tc:opendocument:xmlns:drawing:1.0
Schema document: draw.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..1]
- Sequence [0..1]
- office:forms [0..1]
- Choice [0..1]
- presentation:notes [0..1]
from group text:office-formsfrom group text:shape - Sequence [0..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
presentation:use-header-name | [0..1] | text:string | from group text:common-presentation-header-footer-attlist | |
presentation:use-footer-name | [0..1] | text:string | from group text:common-presentation-header-footer-attlist | |
presentation:use-date-time-name | [0..1] | text:string | from group text:common-presentation-header-footer-attlist | |
draw:name | [1..1] | text:string | from group draw:name | |
draw:style-name | [0..1] | text:styleNameRef | from group text:draw-page-attlist | |
draw:master-page-name | [1..1] | text:styleNameRef | from group text:draw-page-attlist | |
presentation:presentation-page-layout-name | [0..1] | text:styleNameRef | from group text:draw-page-attlist | |
draw:id | [1..1] | text:ID | from group draw:id | |
draw:nav-order | [0..1] | text:IDREFS | from group text:draw-page-attlist |
Used in
- Group text:office-drawing-content-main
- Group text:office-presentation-content-main
- Anonymous type of element office:drawing via reference to text:office-drawing-content-main
- Anonymous type of element office:presentation via reference to text:office-presentation-content-main
Sample instance
<draw:page draw:name="string" draw:master-page-name="NCName" draw:id="ID"> <office:forms> <form:form xlink:actuate="onRequest"> <form:properties>... </form:properties> <office:event-listeners>... </office:event-listeners> <form:text form:id="ID" form:current-value="string" form:value="string">... </form:text> <form:connection-resource xlink:href="http://www.example.com/"/> </form:form> </office:forms> <draw:rect svg:x="string" svg:y="string" svg:width="string" svg:height="string" draw:id="ID" draw:name="string"> <svg:title>string</svg:title> <svg:desc>string</svg:desc> <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=""/> <text:p>Any text, intermingled with: <text:s/> </text:p> </draw:rect> <presentation:animations> <presentation:show-shape draw:shape-id="IDREF"> <presentation:sound xlink:href="http://www.example.com/" xlink:actuate="onRequest" xlink:show="new"/> </presentation:show-shape> </presentation:animations> <presentation:notes> <office:forms> <form:form xlink:actuate="onRequest">... </form:form> </office:forms> <draw:rect svg:x="string" svg:y="string" svg:width="string" svg:height="string" draw:id="ID" draw:name="string"> <svg:title>string</svg:title> <svg:desc>string</svg:desc> <office:event-listeners>... </office:event-listeners> <draw:glue-point draw:id="1" svg:x="" svg:y=""/> <text:p>Any text, intermingled with:... </text:p> </draw:rect> </presentation:notes> </draw:page>