ul

Summary

Create dotted lists.

Usage

pdf( ul, text, hash( [ rgb, rgb_color, ]
                  [ cmyk, cmyk_color, ]
                  [ radius, dot_radius, ]
                  [ indent, text_indent, ]
                  [ pre_indent, bullet_indent ] ) )}

Parameters

NameTypeDescriptionRequired
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

Returns

Description

Insert bullet list in PDF document.

Examples

{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 ))}

Comments

log in or create a user account to comment.

Contents

Reference

Database diagram
Template operators
    PDF
       anchor
       createIndex
       filled_circle
       filled_rectangle
       footer
       footer_block
       frame_header
       frontpage
       header
       header_block
       image
       keyword
       line
       link
       newline
       newpage
       set_font
       set_margin
       strike
       table
       text
       text_box
       text_frame
       toc
       ul
    Arrays
    Data extraction
    Formatting
    Images
    Logic
    Mathematics
    Miscellaneous
    Strings
    URLs
    Variables
Template functions
Data fetching
Modules
XML tags


Created

14/05/2004
12:51:16 pm
by Kåre Køhler Høvik

Last updated

21/04/2005
4:48:03 pm
by Kåre Køhler Høvik

Authors

Kåre Køhler Høvik



This page is part of the Exponential documentation. The documentation is available under the GNU Free Documentation License. All contributions will be released under the terms of this license.