#include "SaRnHtml.h"
int SaTableBeginExt(
int border,
int nowrap,
int align
);
border
BORDER
nowrap
NOWRAP
align
SA_NOALIGN
SA_TOP ALIGN="TOP"
SA_MIDDLE ALIGN="MIDDLE"
SA_BOTTOM ALIGN="BOTTOM"
SA_LEFT ALIGN="LEFT"
SA_CENTER ALIGN="CENTER"
SA_RIGHT ALIGN="RIGHT"
SaTableBeginExt(1, 1, SA_MIDDLE);will write:
<TABLE BORDER NOWRAP ALIGN="MIDDLE">to the output stream