Siebel Sales Handheld Guide > Print Tagging Language > Overview of Siebel Handheld Print Tagging Language >

Divider


Description

Renders a horizontal line across the width of the page.

Usage

Use to visually separate the different sections of your document. The Divider tag can be used between other tags; therefore, you may add a line between two applets. However, you cannot embed a Divider within an applet.

Syntax

<TAG:Divider Weight="WEIGHT" Startat="START" Endat="END">\

Parameter
Description

TAG:Divider

(Required) Divider tag indicator.

WEIGHT

(Optional) Specifies line thickness.

Valid values are 1-5. The default value is 1, which produces a line 0.2 mm wide. Increasing the value by 1 increases the width by 0.2 mm. A 5 produces a line that is 1 mm wide.

START

(Optional) Percentage that specifies the starting point of the line. The default is 0%, the farthest left point.

END

(Optional) Percentage that specifies the end point of the line. The default is 100%, the farthest right point.

Example

<TAG:Divider Weight="2" Startat="20" Endat="80">

Siebel Sales Handheld Guide