Click or drag to resize

ParagraphFormat SetRightIndent Method

Sets the value that represents the right indent for paragraph.

Namespace: Spire.Doc.Formatting
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void SetRightIndent(
	float rightIndent
)

Parameters

rightIndent
Type: System Single
The right indent.
See Also