| 
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
Syntax
 
 
public void SetRightIndent(
	float rightIndent
)
 
Public Sub SetRightIndent ( 
	rightIndent As Single
)
 
public:
void SetRightIndent(
	float rightIndent
)
 
member SetRightIndent : 
rightIndent : float32 -> unit 
 
 
 
Parameters
 
- 
rightIndent
 
- 
 Type:
 
System
Single
 
 The right indent.
 
 See Also
See Also