IndentLine Method
IndentLine()
Inserts spaces to the start of the current line.
Number of spaces is calculated from indent options or SyntaxParser
if assigned.
Declaration
public virtual void IndentLine()
Implements
IndentLine(String, Boolean)
Inserts white space to the start of the current line.
white space string Indicates if the change needs to be translated to the parserDeclaration
public virtual void IndentLine(string indent, bool withChange = false)
Parameters
Type | Name | Description |
---|---|---|
String | indent | |
Boolean | withChange |