MamlRendererWriteLeafRawLines Method |
Writes the lines of a LeafBlock
Namespace: Altaxo.Text.RenderersAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void WriteLeafRawLines(
LeafBlock leafBlock,
bool writeEndOfLines,
bool escape,
bool softEscape = false
)
Parameters
- leafBlock LeafBlock
- The leaf block.
- writeEndOfLines Boolean
- if set to true write end of lines.
- escape Boolean
- if set to true escape the content for XAML
- softEscape Boolean (Optional)
- Only escape < and &
Return Value
This instance
See Also