Click or drag to resize

ParagraphFormat SetFirstLineIndent Method

Sets the value that represents the first line 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 SetFirstLineIndent(
	float firstLineIndent
)

Parameters

firstLineIndent
Type: System Single
The first line indent.
See Also