Click or drag to resize

RendererExtensionsExtractTextContentFrom Method

Extracts the plain text content from a leaf block.

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

Parameters

leafBlock  LeafBlock
The leaf block.

Return Value

String
The extracted text content.
See Also