Tag Definition: crossMark
Generated by rlextra version 4.4.0
Attributes
Name |
Required? |
Default_Value |
Values |
color |
implied |
None |
|
fontSize |
implied |
None |
|
gap |
implied |
None |
|
size |
implied |
None |
|
text |
implied |
None |
|
width |
implied |
None |
|
x |
required |
None |
|
y |
required |
None |
|
Can contain |
Purpose
This lets you create a graphic of a cross, used within illustration tags
See the relevant rml sample here. And the relevant pdf here.
Example usage
<story>
<illustration height="24" width="525" borderStrokeColor="red" borderStrokeWidth="0.5">
<crossMark x="0" y="0" size="5" gap="1" color="green" width="1.5"/>
<crossMark x="500" y="12" size="10" gap="1" color="blue" width="1"/>
</illustration>
</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> ➔ <illustration> ➔ <crossMark>
<document> ➔ <template> ➔ <pageTemplate> ➔ <pageGraphics> ➔ <crossMark>