Sets the value that represents the right indent for paragraph.

Namespace: Spire.Doc.Formatting
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void SetRightIndent(
	float rightIndent
)
Public Sub SetRightIndent ( 
	rightIndent As Single
)
public:
void SetRightIndent(
	float rightIndent
)
member SetRightIndent : 
        rightIndent : float32 -> unit 

Parameters

rightIndent
Single
The right indent.

See Also