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