IPrinter Type
Represents a printer interface. It is recommended to use this interface
instead of language primitives, such as System.Console
or
printfn
.
Instance members
Instance member | Description |
Full Usage:
this.Flush
Modifiers: abstract |
|
Full Usage:
this.Print
Parameters:
string
args : obj[]
Modifiers: abstract |
|
|
|
|
|
Full Usage:
this.Print
Parameters:
string
Modifiers: abstract |
|
Full Usage:
this.PrintError
Parameters:
string
args : obj[]
Modifiers: abstract |
|
|
|
|
|
Full Usage:
this.PrintError
Parameters:
string
Modifiers: abstract |
|
Full Usage:
this.PrintLine
Modifiers: abstract |
|
Full Usage:
this.PrintLine
Parameters:
string
args : obj[]
Modifiers: abstract |
|
|
|
|
|
Full Usage:
this.PrintLine
Parameters:
string
Modifiers: abstract |
|
|
|
|
|
Full Usage:
this.PrintRow
Parameters:
string list
Modifiers: abstract |
|
Full Usage:
this.PrintSectionTitle
Parameters:
string
Modifiers: abstract |
|
Full Usage:
this.PrintSubsectionTitle
Parameters:
string
Modifiers: abstract |
|
Full Usage:
this.PrintSubsubsectionTitle
Parameters:
string
Modifiers: abstract |
|
|
|
|
|
Static members
Static member | Description |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
pr <== colfmts
Parameters:
IPrinter
colfmts : TableColumnFormat list
Returns: IPrinter
|
|
|
|
|
|
|