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

Format


Description

Specifies the characteristics of the text—the typeface or font, whether the text is in boldface, italics, or underlined, and the text alignment.

Usage

The font specification specifies the characteristics of all text that follows the tag until the next Format tag.

The text alignment tag (Align) behaves somewhat differently. When the applet is rendered, the field alignment specification takes precedence over the Align parameter.

Syntax

<TAG:Format Face="FONT FACE" Size="FONT SIZE" Bold="BOLD" Italic="ITALIC" Underline="UNDERLINE" Align="TEXT ALIGNMENT">

Parameter
Description

TAG:Format

(Required) Format tag indicator.

FONT FACE

(Required) Specifies the typeface of the text.

Any typeface installed on the handheld device may be specified. There is no default for this parameter.

FONT SIZE

(Required) Specifies the text size.

Any installed font size for an installed typeface on the handheld device may be specified. There is no default for this parameter.

BOLD

(Optional) Specifies whether the text is in bold.

Valid values are TRUE or FALSE (default). If TRUE, text is set to bold.

ITALIC

(Optional) Specifies whether the text is in italic.

Valid values are TRUE or FALSE (default). If TRUE, text is set to italic.

UNDERLINE

(Optional) Specifies whether the text is underlined.

Valid values are TRUE or FALSE (default). If TRUE, text is set to underline.

TEXT ALIGNMENT

(Optional) Specifies the text alignment.

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

Example

<TAG:Format Face="Helvetica" Size="10">

Siebel Sales Handheld Guide