Description
Sets an int
representing the indent of the paragraph in twips.
C#
public void SetIndent( int twips, IndentLocation location) |
vb.net
Public Sub SetIndent( ByVal twips As Integer , ByVal location As IndentLocation) |
Parameters
indentSize
Anint
representing the size in twips by which to indent.
indentLocation
A ParagraphFormatting.IndentLocation representing the indent location for which to set the indent.Examples
C#
oParagraphFormatting.SetIndent(8, ParagraphFormatting.IndentLocation.FirstLine); |
vb.net
oParagraphFormatting.SetIndent(8, ParagraphFormatting.IndentLocation.FirstLine) |