Click or drag to resize

FigureRenumeratorRenumerateFigures(String) Method

Renumerates all figures, all elements that are enclosed in ^^^ and that have a figure caption. The links to those figures are updated, too.

Namespace: Altaxo.Text
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static string RenumerateFigures(
	string documentText
)

Parameters

documentText  String
The document text.

Return Value

String
The modified document text, with renumerated figure captions and updated links.
See Also