Sets the value that represents the first line 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 SetFirstLineIndent(
	float firstLineIndent
)
Public Sub SetFirstLineIndent ( 
	firstLineIndent As Single
)
public:
void SetFirstLineIndent(
	float firstLineIndent
)
member SetFirstLineIndent : 
        firstLineIndent : float32 -> unit 

Parameters

firstLineIndent
Single
The first line indent.

See Also