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

Picture


Description

Specifies graphic files included in the print template.

Usage

Use to add graphic images, such as a company logo, to your documents.

The supported file formats are BMP and JPG.

Graphics files are located in the \Program Files\Siebel Handheld\templates directory on the handheld device. Specify the full path name of the file for the Name parameter.

Scaling or graphics operations, such as inverse image, are not supported.

The Alignment and Position parameters are used together to place the graphic. Alignment specifies the left edge, the center, or the right edge of the graphic. Position is distance, specified in millimeters, from the left edge of the paper.

  • If Alignment ="Left" and Position="30", then the left edge of the graphic is set 30 millimeters from the left edge of the paper.
  • If Alignment = "Center" and Position = "30", the center of the graphic is set 30 millimeters from the left edge of the paper.
  • If Alignment = "Right" and Position = "30", the right edge of the graphic is set 30 millimeters from the left edge of the paper.

If Position is not specified, it defaults to 0. Depending on the Alignment setting, the graphic is left-aligned (Alignment = "Left"), the graphic is right-aligned (Alignment = "Right"), or the graphic is centered (Alignment ="Center")

Syntax

<TAG:Picture Name="FILE NAME" Alignment="ALIGNMENT" Position="POSITION">

Parameter
Description

TAG:Picture

(Required) Picture tag indicator.

FILE NAME

(Required) Specifies the full path and name of the graphics file.

ALIGNMENT

(Optional) Specifies the left edge, the center, or the right edge of the graphic. Used with the Position parameter to specify the horizontal position of the graphic.

Valid values are LEFT (default), CENTER, and RIGHT.

POSITION

(Optional) Specified in millimeters, it is the distance from the left edge of the paper. Used with the Alignment parameter to specify the horizontal position of the graphic. The default is 0.

Example

<TAG:Picture Name="\Program Files\Siebel Handheld\templates\logo.bmp" Alignment="Right" Position="88">

Siebel Sales Handheld Guide