Sets an int representing the indent of the paragraph in twips.

 public void SetIndent(int twips, IndentLocation location)
Public Sub SetIndent(ByVal twips As Integer, ByVal location As IndentLocation)

An int representing the size in twips by which to indent.

A ParagraphFormatting.IndentLocation representing the indent location for which to set the indent.

oParagraphFormatting.SetIndent(8, ParagraphFormatting.IndentLocation.FirstLine);
oParagraphFormatting.SetIndent(8, ParagraphFormatting.IndentLocation.FirstLine)