Skip to content

Tag Definition: grid

Generated by rlextra version 3.6.13

Attributes

Name

Required?

Default_Value

Values

xs

implied

None

ys

implied

None

Can contain
EMPTY

Purpose

This lets you define define x and y coordinates from which lines will be drawn to form a grid. See the relevant docs here

Example usage

<pageGraphics>
    <grid xs="1cm,2cm,3cm,4cm,5cm,10cm" ys="1cm,2cm,3cm,4cm,5cm,10cm"/>
</pageGraphics>

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> ➔ <grid>