Macro Language Reference > PIs > Text > <?ldr>
  
<?ldr>
Description
Inserts leaders between the code position and the right-hand text margin.
 
This command is an alias of the <?ul> command.
 
Example 474. Use points as leader characters
<?ul=".">
Syntax
<?ldr chars:s min_value:um
chars
The character or character sequence to be used as leader characters. Must be enclosed in double quotes.
This parameter can also be expressed as:
a reference in the form of &reference; containing said character(s)
an inline raster/object graphic (see ttras)
min_value
The minimum leader value - express the value plus unit of measurement
For example:
<?ul="." 2mm>
Additional Information
If there is more than one <?ul> (<?ldr>) code in the line, leaders are positioned either side of it, filling the available space as shown below:
..............................<?ul>Some text<?ul>..............................
Related Links