ez.no / exponential / documentation / reference / template operators / pdf / ul
pdf( ul, text, hash( [ rgb, rgb_color, ]
[ cmyk, cmyk_color, ]
[ radius, dot_radius, ]
[ indent, text_indent, ]
[ pre_indent, bullet_indent ] ) )}
| Name | Type | Description | Required |
|---|---|---|---|
| rgb | array | RGB color array, range 0 .. 255 | no |
| cmyk | array | CMYK color array, range 0 .. 1 | no |
| radius | float | Dot radius | no |
| indent | float | Text indent after dot | no |
| text | string | Text | yes |
| pre_indent | float | Indent before bullet. | no |
Insert bullet list in PDF document.
{pdf(ul, "MR2", hash( cmyk, array(0.89, 0.43, 0.01, 0), radius, 2, indent, 5 ))} {pdf(ul, "Supra", hash( cmyk, array(0.89, 0.43, 0.01, 0), radius, 2, indent, 5 ))}
log in or create a user account to comment.
Comments