RendererExtensionsExtractTextContentFrom Method |
Extracts the plain text content from a leaf block.
Namespace: Altaxo.Text.RenderersAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static string ExtractTextContentFrom(
LeafBlock leafBlock
)
Parameters
- leafBlock LeafBlock
- The leaf block.
Return Value
StringThe extracted text content.
See Also