| 
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
Syntax
 
 
public void SetFirstLineIndentChars(
	float firstLineIndentChars
)
 
Public Sub SetFirstLineIndentChars ( 
	firstLineIndentChars As Single
)
 
public:
void SetFirstLineIndentChars(
	float firstLineIndentChars
)
 
member SetFirstLineIndentChars : 
firstLineIndentChars : float32 -> unit 
 
 
 
Parameters
 
- 
firstLineIndentChars
 
- 
 Type:
 
System
Single
 
 The first line indent chars.
 
 See Also
See Also