TABLECAPTION v17
This procedure and function generates the <CAPTION>
and </CAPTION>
tags, which insert a caption in an HTML table.
Syntax
The following is the syntax for HTP:
HTP.TABLECAPTION ( ccaption IN VARCHAR2 calign IN VARCHAR2 DEFAULT NULL cattributes IN VARCHAR2 DEFAULT NULL);
The following is the syntax for HTF:
HTF.TABLECAPTION (ccaption, calign, cattributes) RETURN VARCHAR2;
Parameters
Parameter | Purpose |
---|---|
ccaption | The text for the caption |
calign | The value for the ALIGN attribute |
cattributes | Other attributes to include as is in the tag |
- On this page
- Syntax
- Parameters