Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Description

Excerpt

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

Signature
C#
C#
 public void SetIndent(int twips, IndentLocation location)
Signature
vb.net
vb.net
Public Sub SetIndent(ByVal twips As Integer, ByVal location As IndentLocation)
Parameters
Param
indentSize
indentSize

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

Param
indentLocation
indentLocation

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

Example
Code Block
csharp
csharp
titleC#
oParagraphFormatting.SetIndent(8, ParagraphFormatting.IndentLocation.FirstLine);
Code Block
vb.net
vb.net
titlevb.net
oParagraphFormatting.SetIndent(8, ParagraphFormatting.IndentLocation.FirstLine)