Property | Type | Description | |
---|---|---|---|
FileName | string | ||
InputLang | IParsingService | ||
OutFileName | string | ||
OutOptions | ILNodePrinterOptions | ||
OutPrinter | ILNodePrinter | ||
Output | VList |
||
ParsingMode | |||
PreserveComments | bool? | ||
Text | ICharSource |
Method | Description | |
---|---|---|
InputOutput ( ICharSource text, string fileName, IParsingService input = null, ILNodePrinter outPrinter = null, string outFileName = null ) : System | ||
ToString ( ) : string |
public InputOutput ( ICharSource text, string fileName, IParsingService input = null, ILNodePrinter outPrinter = null, string outFileName = null ) : System | ||
text | ICharSource | |
fileName | string | |
input | IParsingService | |
outPrinter | ILNodePrinter | |
outFileName | string | |
return | System |
public ParsingMode,Loyc.Syntax ParsingMode | ||
return |