Click or drag to resize

FigureRenumeratorExtractTextContentFrom(LeafBlock, ListValueTupleString, Int32) Method

Extracts the text content from a LeafBlock.

Namespace: Altaxo.Text
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void ExtractTextContentFrom(
	LeafBlock leafBlock,
	List<(string Text, int Position)> result
)

Parameters

leafBlock  LeafBlock
The leaf block to extract the text from.
result  ListValueTupleString, Int32
The result. Contains one or more text fragments bundled with its position in the source text.
Exceptions
ExceptionCondition
NotImplementedException
See Also