SOPutParaIndentsSOPutParaIndents*
*



Contents  *



Index  *Topic Contents
*Previous Topic: SOPutParaAlign
*Next Topic: SOPutParaMargins

SOPutParaIndents

Sets indents for a paragraph.

Syntax


VOID SOPutParaIndents(
    LONG dwLeft,   
    LONG dwRight,  
    LONG dwFirst,  
    HPROC reserved 
);

Parameters

dwLeft
Width, in TWIPs, of the left indent. The indent is measured from the left page margin.
dwRight
Width, in TWIPs, of the right indent. The indent is measured from the right page margin.
dwFirst
Width, in TWIPs, of the left indent for the first line in the paragraph. The indent is measured from the left page margin.
reserved
Reserved; do not use.

Return Value


No return value.


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