Sets the value that represents the left 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 SetLeftIndent(
	float leftIndent
)
Public Sub SetLeftIndent ( 
	leftIndent As Single
)
public:
void SetLeftIndent(
	float leftIndent
)
member SetLeftIndent : 
        leftIndent : float32 -> unit 

Parameters

leftIndent
Single
The left indent.

See Also