Tag Definition: a
Generated by rlextra version 3.6.13
Attributes
Name |
Required? |
Default_Value |
Values |
backColor |
implied |
None |
|
bgcolor |
implied |
None |
|
color |
implied |
None |
|
destination |
implied |
None |
|
fg |
implied |
None |
|
fontName |
implied |
None |
|
fontSize |
implied |
None |
|
href |
implied |
None |
|
name |
implied |
None |
|
target |
implied |
None |
|
textColor |
implied |
None |
|
ucolor |
implied |
None |
|
ugap |
implied |
None |
|
ukind |
implied |
None |
|
underline |
implied |
None |
['yes', 'no', '0', '1', 'none'] |
underlineColor |
implied |
None |
|
underlineOffset |
implied |
None |
|
underlineWidth |
implied |
None |
|
uoffset |
implied |
None |
|
uwidth |
implied |
None |
|
Can contain |
Purpose
To create a hyperlink from the provided href attribute.
Example usage
<story>
<para>
<a href="https://docs.reportlab.com/">url</a>
</para>
</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.