Click or drag to resize

MamlRendererExtractTextContentFrom Method

Extracts the text content from the specified leaf block.

Namespace: Altaxo.Text.Renderers
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public string ExtractTextContentFrom(
	LeafBlock leafBlock
)

Parameters

leafBlock  LeafBlock
The leaf block to extract text from.

Return Value

String
The extracted text content.
See Also