| TEMPLATE Procedure: Text Statements (Experimental) |
| ENTRYFOOTNOTE 'string' < / option(s)>; |
| Usage Information |
| Default: |
By default, the footnote is centered at the bottom of the layout area that contains the ENTRYFOOTNOTE statement. |
| Restriction: |
An ENTRYFOOTNOTE statement must be specified within a LAYOUT, HEADER, SIDEBAR, or CELL statement block. You can specify an ENTRYFOOTNOTE statement inside or outside of a nested statement block:
|
| Tip: |
You can include expressions such as date and time stamps in an ENTRYFOOTNOTE statement. |
| Tip: |
You can use the ENTRYFOOTNOTE statement to specify titles in a graph. |
| Required Arguments |
specifies the text of the footnote.
| Requirement: | string must be enclosed in quotation marks. |
| Options |
| Option | Description |
|---|---|
| BACKGROUND= color | style-reference | Specifies the background color of the footnote. |
| BACKTRANSPARENCY= number | Specifies the degree of the transparency of the footnote background color. |
|
BORDER=
boolean |
Specifies the border that is around the footnote. |
| BORDERCOLOR= color | Specifies the border color of the footnote. |
| BORDERPATTERN=line | Specifies the border pattern of the footnote. |
| BORDERTHICKNESS=dimension | Specifies the border thickness of the footnote. |
| FONTFAMILY= (string|style-reference) | Specifies the font family of the footnote text. |
| FONTSIZE= dimension | Specifies the font size of the footnote text. |
| FONTSTYLE= (NORMAL | ITALIC | style-reference) | Specifies the font style of the footnote text. |
| FONTWEIGHT= (NORMAL | BOLD | style-reference) | Specifies the font weight of the footnote text. |
| FOREGROUND= color | style-reference | Specifies the color of the footnote text. |
| FORMAT= format | Specifies the format of the footnote text. |
| HALIGN= LEFT | CENTER | RIGHT | Specifies the horizontal alignment of the footnote that is within the layout area. |
| PADBOTTOM= dimension | Specifies the amount of empty space that is at the bottom of the footnote. |
| PADLEFT= dimension | Specifies the amount of empty space that is on the left side of the footnote. |
| PADRIGHT= dimension | Specifies the amount of empty space that is on the right side of the footnote. |
| PADTOP= boolean | Specifies the amount of empty space that is at the top of the footnote. |
| TRANSPARENCY= number | Specifies the degree of the transparency of the footnote background and the footnote text. |
| VALIGN= TOP | CENTER | BOTTOM | Specifies the vertical alignment of the footnote that is within the layout area. |
specifies the background color of the footnote.
| Default: | Specified by the GraphBackground:Background style reference. |
specifies the degree of the transparency of the footnote 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 |
displays the border that is around the footnote.
| Default: | FALSE |
specifies the border color of the footnote.
| Default: | specified by the GraphBorderLines:Foreground style reference. |
specifies the border pattern of the footnote.
| Default: | Specified by the GraphBorderLines:LineStyle style reference. |
specifies the border thickness of the footnote.
| Default: | 1 px |
specifies the font family of the footnote text.
| Default: | Specified by the GraphValueText:Font_Face style reference. |
| Requirement: | string must be enclosed in quotation marks. |
specifies the font size of the footnote text.
| Default: | Specified by the GraphValueText:Font_Size style reference. |
specifies the font style of the footnote text.
| Default: | Specified by the GraphValueText:Font_Style style reference. |
specifies the font weight of the footnote text.
| Default: | Specified by the GraphValueText:Font_Weight style reference. |
specifies the color of the footnote text.
| Default: | Specified by the GraphValueText:Foreground style reference. |
specifies the format of the footnote text.
| Default: | No format |
specifies the horizontal alignment of the footnote that is within the layout area.
| Default: | CENTER |
specifies the amount of empty space that is at the bottom of the footnote.
| Default: | 0 |
specifies the amount of empty space that is on the left side of the footnote.
| Default: | 3 px |
specifies the amount of empty space that is on the right side of the footnote.
| Default: | 3 px |
Specifies the amount of empty space that is at the top of the footnote.
| Default: | 0 |
specifies the degree of the transparency of the footnote background and the footnote 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. |
specifies the vertical alignment of the footnote that is within the layout area.
| Default: | BOTTOM |