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

SaListItemBegin

Prints the beginning fragment for a list item to an HTML stream.

Synopsis

#include "SaRnHtml.h"

int SaListItemBegin();

Argument

None

Return Values

Returns an integer with a value of 0.

Description

Prints the beginning fragment for a list item to an HTML stream.

Example

The code fragment:

SaListItemBegin();
will write:

<LI>
to the output stream.

See Also


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