TABLECAPTION v16

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

ParameterPurpose
ccaptionThe text for the caption
calignThe value for the ALIGN attribute
cattributesOther attributes to include as is in the tag