Click or drag to resize

FigureRenumeratorGetCaptionNumberList Method

Gets a list of integers with the same length as the captionList. The numbers in the returned list are the number of the figures. Each category of figure has its own numbering.

Namespace: Altaxo.Text
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static List<int> GetCaptionNumberList(
	List<((string , int , int ) Category, (int , int ) Number, Figure Figure, FigureCaption FigureCaption)> captionList
)

Parameters

captionList  ListValueTupleValueTupleString, Int32, Int32, ValueTupleInt32, Int32, Figure, FigureCaption
The caption list.

Return Value

ListInt32
List of integers with the same length as the captionList which gives the figure number for each figure in the caption list.
See Also