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