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.TextAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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
ListInt32List of integers with the same length as the
captionList which gives the figure number for each figure in the caption list.
See Also