Siebel Medical Handheld Guide > Print Tagging Language > Print Formatting Tags >

Divider Tag


The Divider tag renders a horizontal line across the width of the page.

Usage

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

Syntax

To use this tag, use the following 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.

startat

(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 Medical Handheld Guide Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.