Click or drag to resize

FigureRenumerator Class

[Missing <summary> documentation for "T:Altaxo.Text.FigureRenumerator"]

Inheritance Hierarchy
SystemObject
  Altaxo.TextFigureRenumerator

Namespace: Altaxo.Text
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static class FigureRenumerator

The FigureRenumerator type exposes the following members.

Methods
 NameDescription
Public methodStatic memberExtractCategoryAndNumber Extracts the category and number from a figure caption.
Public methodStatic memberExtractNumberFromLink Extracts the text position of the number from a link. Note: if the link text contains more than one number, only the position of the last number is returned.
Public methodStatic memberExtractTextContentFrom(ContainerInline, ListValueTupleString, Int32) Extracts the text content from a ContainerInline.
Public methodStatic memberExtractTextContentFrom(LeafBlock, ListValueTupleString, Int32) Extracts the text content from a LeafBlock.
Public methodStatic memberGetCaptionList Gets a list with all figure captions of the document, where i) there is exactly one figure caption in the figure, ii) a figure identifier (such as 'Figure') can be clearly identified, and iii) a number can be identified in that caption.
Public methodStatic memberGetCaptionNumberList 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.
Public methodStatic memberGetChilds Gets the childs of a markdown object. Null is returned if no childs were to be found.
Public methodStatic memberGetLinkList Gets a list containing all links that point to figures, and that have a number inside the link text that is considered as the number of the figure the link is referring to.
Public methodStatic memberRenumerateFigures(String) Renumerates all figures, all elements that are enclosed in ^^^ and that have a figure caption. The links to those figures are updated, too.
Public methodStatic memberRenumerateFigures(MarkdownDocument, String) Renumerates all figures, all elements that are enclosed in ^^^ and that have a figure caption. The links to those figures are updated, too.
Public methodStatic memberTrim Helper function that works like Trim but additionally tracks the position.
Public methodStatic memberTrimStart Helper function that works like TrimStart but additionally tracks the position.
Top
See Also