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