BIG v15
This function and procedure generates the <BIG>
and </BIG>
tags, which increase font size.
Syntax
The following is the syntax for HTP:
HTP.BIG( ctext IN VARCHAR2 CHARACTER SET ANY_CS, cattributes IN VARCHAR2 DEFAULT NULL);
The following is the syntax for HTF:
HTF.BIG(ctext, cattributes) RETURN VARCHAR2;
Parameters
Parameter | Purpose |
---|---|
ctext | The text that goes between the tags |
cattributes | Other attributes to include as is in the tag |
- On this page
- Syntax
- Parameters