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

Format Tag


The Format tag specifies the characteristics of the text—for example, the typeface or font, whether the text is in boldface, italics, or underlined, and the text alignment.

Usage

Use the Format tag to specify the typeface and font size of the text in your template. The Format tag applies to the text that immediately follows it, or up until the next Format tag appears.

When an applet is rendered, the field alignment specification takes precedence over the align="TEXT ALIGNMENT" parameter of the Format tag.

Syntax

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

face

(Required) Specifies the typeface of the text.

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

size

(Required) Specifies the text size.

Any installed font size for an installed typeface on the handheld device can 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.

align

(Optional) Specifies the text alignment.

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

Example

<TAG:Format face="Helvetica" size="10">

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