SOPutTabStopSOPutTabStop*
*



Contents  *



Index  *Topic Contents
*Previous Topic: SOPutTableRowFormat
*Next Topic: SOPutTextCell

SOPutTabStop

Sets a tab stop for the paragraph.

Syntax


VOID SOPutTabStop(
    PSOTAB pTabs,  
    HPROC reserved 
);

Parameters

pTabs
Address of the SOTAB structure containing the tab stop information.
reserved
Reserved; do not use.

Return Value


No return value.

Remarks


The file parser must call the SOStartTabStops function before calling this function and can set multiple tab stops for a paragraph by calling it multiple times. The file parser must not call any other output function while setting tab stops and must call the SOEndTabStops function after setting the last tab stop.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.