FigureRenumerator Methods |
The FigureRenumerator type exposes the following members.
Methods | Name | Description |
---|
| ExtractCategoryAndNumber |
Extracts the category and number from a figure caption.
|
| ExtractNumberFromLink |
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.
|
| ExtractTextContentFrom(ContainerInline, ListValueTupleString, Int32) |
Extracts the text content from a ContainerInline.
|
| ExtractTextContentFrom(LeafBlock, ListValueTupleString, Int32) |
Extracts the text content from a LeafBlock.
|
| GetCaptionList |
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.
|
| GetCaptionNumberList |
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.
|
| GetChilds |
Gets the childs of a markdown object. Null is returned if no childs were to be found.
|
| GetLinkList |
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.
|
| RenumerateFigures(String) |
Renumerates all figures, all elements that are enclosed in ^^^ and that have a figure caption.
The links to those figures are updated, too.
|
| RenumerateFigures(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.
|
| Trim |
Helper function that works like Trim but additionally tracks the position.
|
| TrimStart |
Helper function that works like TrimStart but additionally tracks the position.
|
TopSee Also