office:forms
Element information
Namespace: urn:oasis:names:tc:opendocument:xmlns:office:1.0
Schema document: office.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Choice [0..*]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
form:automatic-focus | [0..1] | text:boolean | Default value is "false". from group text:office-forms-attlist | |
form:apply-design-mode | [0..1] | text:boolean | Default value is "true". from group text:office-forms-attlist |
Used in
- Group text:office-forms
- Anonymous type of element draw:page via reference to text:office-forms
- Anonymous type of element office:text via reference to text:office-text-content-prelude
- Anonymous type of element presentation:notes via reference to text:office-forms
- Anonymous type of element style:master-page via reference to text:office-forms
- Anonymous type of element table:table via reference to text:office-forms
- Group text:office-text-content-prelude via reference to text:office-forms
Sample instance
<office:forms> <form:form xlink:actuate="onRequest"> <form:properties> <form:property form:property-name="string" office:value-type="float"/> </form:properties> <office:event-listeners> <script:event-listener script:event-name="string" script:language="string" xlink:actuate="onRequest"/> </office:event-listeners> <form:text form:id="ID" form:current-value="string" form:value="string"> <form:properties>... </form:properties> <office:event-listeners>... </office:event-listeners> </form:text> <form:connection-resource xlink:href="http://www.example.com/"/> </form:form> </office:forms>