Page tree
    Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

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
An int 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)
  • No labels