Click or drag to resize

ParagraphFormat SetFirstLineIndentChars Method

Sets the value that represents the first line indent chars 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 SetFirstLineIndentChars(
	float firstLineIndentChars
)

Parameters

firstLineIndentChars
Type: System Single
The first line indent chars.
See Also