[Prev] [Next] [Top] [Bottom] [Contents] (82 out of 193)

SaOListBegin

Prints the beginning fragment for an ordered list.

Synopsis

#include "SaRnHtml.h"

int SaOListBegin();

Argument

None

Return Values

Returns an integer with a value of 0.

Description

Prints the beginning fragment for an ordered list.

Example

The code fragment:

SaOListBegin();
will write:

<OL>
to the output stream.

See Also


[Prev] [Next] [Top] [Bottom] [Contents] (82 out of 193)