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

Frame Tag


The Frame tag draws a frame (rectangular box) around all pages in the template.

Usage

Use the Frame tag to draw a rectangular box around each page in your template. The frame is drawn at the edge of the page, just inside the paper margins.

Place the Frame tag after the Margin, Header, or Footer tags.

Syntax

To use this tag, use the following syntax:

<TAG:Frame pageframe="BOOLEAN VALUE" linewidth="THICKNESS">

Parameter
Description

TAG:Frame

(Required) Required tag indicator.

pageframe

(Required) Specifies whether to draw a frame around the page. Valid values are TRUE or FALSE. If set to TRUE, a frame is drawn around each page.

linewidth

(Required) Specifies the thickness of the line in millimeters. If omitted, the default value is 0.3 millimeters.

Example

<TAG:Frame pageframe="TRUE" linewidth="0.5">

Siebel Service Handheld Guide Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.