FigureRenumeratorExtractTextContentFrom(LeafBlock, ListValueTupleString, Int32) Method |
Extracts the text content from a LeafBlock.
Namespace: Altaxo.TextAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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 See Also