• Print  |
  • Feedback  |

TEMPLATE Procedure: Text Statements (Experimental)

ENTRYTITLE Statement


Specifies and inserts titles into a layout area.
ENTRYTITLE 'string' </ option(s)>;


Usage Information

Default:

By default the title is centered at the top of the layout area that contains the ENTRYTITLE statement.

Restriction:

An ENTRYTITLE statement must be specified within a LAYOUT, HEADER, SIDEBAR, or CELL statement block. You can specify an ENTRY statement inside or outside of a nested statement block:

  • When you specify an ENTRYTITLE statement inside of a nested LAYOUT, HEADER, SIDEBAR, or CELL statement block, then the title is placed inside of the component that the nested statement block creates.

  • When you specify an ENTRYTITLE statement outside of a nested LAYOUT, HEADER, SIDEBAR, or CELL statement block, then the title is placed outside of the component that the nested statement block creates.

Tip:

You can include expressions such as date and time stamps in an ENTRYTITLE statement.

Tip:

You can use the ENTRYTITLE statement to specify titles in a graph.

string

specifies the text of the title.

Requirement: string must be enclosed in quotation marks.

Options

ENTRYTITLE Options
Option Description
BACKGROUND= color | style-reference Specifies the background color of the title.
BACKTRANSPARENCY= number Specifies the degree of the transparency of the title background color.
BORDER= boolean
Specifies the border that is around the title.
BORDERCOLOR= color Specifies the border color of the title.
BORDERPATTERN=line Specifies the border pattern of the title.
BORDERTHICKNESS=dimension Specifies the border thickness of the title.
FONTFAMILY= (string|style-reference) Specifies the font family of the title text.
FONTSIZE= dimension Specifies the font size of the title text.
FONTSTYLE= (NORMAL | ITALIC | style-reference) Specifies the font style of the title text.
FONTWEIGHT= (NORMAL | BOLD | style-reference) Specifies the font weight of the title text.
FOREGROUND= color | style-reference Specifies the color of the title text.
FORMAT= format Specifies the format of the title text.
HALIGN= LEFT | CENTER | RIGHT Specifies the horizontal alignment of the title that is within the layout area.
PADBOTTOM= dimension Specifies the amount of empty space that is at the bottom of the title.
PADLEFT= dimension Specifies the amount of empty space that is on the left side of the title.
PADRIGHT= dimension Specifies the amount of empty space that is on the right side of the title.
PADTOP= boolean Specifies the amount of empty space that is at the top of the title.
TRANSPARENCY= number Specifies the degree of the transparency of the background and the title text.
VALIGN= TOP | CENTER | BOTTOM Specifies the vertical alignment of the title that is within the layout area.

BACKGROUND= color | style-reference

specifies the background color of the title.

Default: Specified by the GraphBackground:Background style reference.
BACKTRANSPARENCY= number

specifies the degree of the transparency of the title background color.

Default: 0
Range: 0 (opaque) to 1 (entirely transparent)
Interaction: The BACKTRANSPARENCY= option overrides the TRANSPARENCY= option for the background.
See also: TRANSPARENCY= option
BORDER= boolean

displays the border that is around the title.

Default: FALSE
BORDERCOLOR= color | style-reference

specifies the border color of the title.

Default: specified by the GraphBorderLines:Foreground style reference.
BORDERPATTERN= line | style-reference

specifies the border pattern of the title.

Default: Specified by the GraphBorderLines:LineStyle style reference.
BORDERTHICKNESS=dimension

specifies the border thickness of the title.

Default: 1 px
FONTFAMILY= 'string' | style-reference

specifies the font family of the title text.

Default: Specified by the GraphValueText:Font_Face style reference.
Requirement: string must be enclosed in quotation marks.
FONTSIZE= dimension

specifies the font size of the title text.

Default: Specified by the GraphValueText:Font_Size style reference.
FONTSTYLE= NORMAL | ITALIC | style-reference

specifies the font style of the title text.

Default: Specified by the GraphValueText:Font_Style style reference.
FONTWEIGHT= NORMAL | BOLD | style-reference

specifies the font weight of the title text.

Default: Specified by the GraphValueText:Font_Weight style reference.
FOREGROUND= color | style-reference

specifies the color of the title text.

Default: Specified by the GraphValueText:Foreground style reference.
FORMAT= format

specifies the format of the title text.

Default: No format
HALIGN= LEFT | CENTER | RIGHT

specifies the horizontal alignment of the title that is within the layout area.

Default: CENTER
PADBOTTOM=dimension

specifies the amount of empty space that is at the bottom of the title.

Default: 0
PADLEFT= dimension

specifies the amount of empty space that is on the left side of the title.

Default: 3 px
PADRIGHT= dimension

specifies the amount of empty space that is on the right side of the title.

Default: 3 px
PADTOP= dimension

Specifies the amount of empty space that is at the top of the title.

Default: 0
TRANSPARENCY= number

specifies the degree of the transparency of the background and the title text.

Default: 0
Range: 0 (opaque) to 1 (entirely transparent)
Tip: You can specify a different transparency for the background and the text by using the BACKTRANSPARENCY= option for the background. The TRANSPARENCY= option will then only apply to the text.
VALIGN= TOP | CENTER | BOTTOM

specifies the vertical alignment of the title that is within the layout area.

Default: TOP


Previous Page | Next Page | Top of Page