PrintNodePrintLeaf Method |
Prints a leaf node.
Namespace: Altaxo.Main.PegParserAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic abstract void PrintLeaf(
PegNode p,
ref int nOffsetLineBeg,
bool bAlignVertical
)
Parameters
- p PegNode
- The node to print.
- nOffsetLineBeg Int32
- The current line offset.
- bAlignVertical Boolean
- Whether output is vertically aligned.
See Also