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

Margin Tag


The Margin tag sets all margin values for all pages in the print template.

Usage

Use the Margin tag to set all four page margin values. Use at the top of a page if you want to alter margins.

As an absolute mode-only tag, the Margin tag must be declared immediately after the Absolute tag. Any string or image printed on the page before a Margin tag is discarded.

Syntax

<TAG:Margin left="LEFT" top="TOP" right="RIGHT" bottom="BOTTOM">

Parameter
Description

TAG:Margin

(Required) Applet tag indicator.

left

(Required) Specifies the position, in millimeters, of the left side of the printable area from the left edge of the paper.

top

(Required) Specifies the position, in millimeters, of the top side of the printable area from the top edge of the paper.

right

(Required) Specifies the position, in millimeters, of the right side of the printable area from the right edge of the paper.

bottom

(Required) Specifies the position, in millimeters, of the bottom of the printable area from the bottom edge of the paper.

Example

The following example sets the margins at 30 mm from the left and right paper edge, and 50 mm from the top and bottom paper edge:

<TAG:Title title="Inventory Report">

<TAG:Absolute>

<TAG:Margin left="30" top="50" right="30" bottom="50">

Siebel Sales Handheld Guide Copyright © 2007, Oracle. All rights reserved.