Skip to content

Tag Definition: doForm

Generated by rlextra version 4.3.0a1

Attributes

Name

Required?

Default_Value

Values

name

required

None

Can contain
EMPTY

Purpose

This can be used to use the pages captured and stored with the <catchForms> tag. Use the prefix combined with the page number you wish to use.

This can also be used to recall a set of graphical operations defined with the <form> tag. See that page for that example.

Example usage

<story>
    <storyPlace x="0" y="0" width="0" height="0" origin="page">
        <illustration width="0" height="0">
            <catchForms pdfFile="test_031_japanese.pdf" pfx="SIMPLE"/>
            <doForm name="SIMPLE0"/>
        </illustration>
    </storyPlace>
</story>

Note: Only relevant sections are used in this snippet. Some tags were not included. See some of our samples for further insight of how you may go about setting up a full document using rml.

Example of nesting path from the parent tags to the current tag

<document> ➔ <story> ➔ <storyPlace> ➔ <illustration> ➔ <doForm>