SUP v15
This function and procedure generates the <SUP>
and </SUP>
tags, which render text in superscript.
Syntax
The following is the syntax for HTP:
HTP.SUP( ctext IN VARCHAR2 calign IN VARCHAR2 DEFAULT NULL cattributes IN VARCHAR2 DEFAULT NULL);
The following is the syntax for HTF:
HTP.SUP(ctext, calign, cattributes) RETURN VARCHAR2;
Parameters
Parameter | Purpose |
---|---|
ctext | The text to render in superscript |
calign | The value for the ALIGN attribute |
cattributes | Other attributes to include as is in the tag |
- On this page
- Syntax
- Parameters