PLAINTEXT v16

This function and procedure generates the <PLAINTEXT> and </PLAINTEXT> tags, which render text in a fixed-width font.

Syntax

The following is the syntax for HTP:

HTP.PLAINTEXT(
   ctext          IN       VARCHAR2
   cattributes    IN       VARCHAR2   DEFAULT NULL);

The following is the syntax for HTF:

HTF.PLAINTEXT(ctext, cattributes) RETURN VARCHAR2;

Parameters

ParameterPurpose
ctextThe text to render in fixed-width font
cattributesOther attributes to include as is in the tag