Skip to content

Tag Definition: pageGraphics

Generated by rlextra version 3.6.13

Attributes

Name

Required?

Default_Value

Values

Can contain
(saveState | restoreState | drawString | drawRightString | drawCentredString | drawCenteredString | ellipse | alias | catchForms | outlineAdd | namedString | bookmarkPage | bookmark | circle | rect | fill | stroke | overprint | blendMode | setFont | setFontSize | image | pageGraphics | place | placePara | form | doForm | plugInGraphic | scale | translate | rotate | skew | transform | grid | path | lines | curves | lineMode | textBox | barCode | checkBox | letterBoxes | textAnnotation | highlightAnnotation | textField | checkboxField | radioField | choiceField | listboxField | drawingGraphic | drawIf | digitalSignature | loop_g | switch_g | assign_g | if_g)*

Purpose

This is the place where you define the directly drawn, fixed elements, which can be lines or circles, text or images.

Check out our docs pages here and here on this.

Example usage

<template>
    <pageTemplate id="Page 1" pageSize="(595, 842)">
        <pageGraphics>
            <drawRightString x="565" y="800">This is page <pageNumber/></drawRightString>
        </pageGraphics>
        <frame id="Frame 1" x1="30" y1="30" width="535" height="782"/>
    </pageTemplate>
</template>

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> ➔ <template> ➔ <pageTemplate> ➔ <pageGraphics>