Click or drag to resize

FigureRenumeratorExtractTextContentFrom(ContainerInline, ListValueTupleString, Int32) Method

Extracts the text content from a ContainerInline.

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

Parameters

containerInline  ContainerInline
The container inline 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