TableOfContentsTool
Tool |
The Table of Contents tool creates an automatic table of contents as a block. The table of contents is generated based on heading paragraphs in the file.
The table of contents block can be generated based on the headings inside a single report frame, or for all frames and headings in a file. See the video below for an example of inserting a table of contents for a single report frame.
You can refer to this tool in any formula, macro, module, or other script in Blockpad. You can use either its name or its full path:
-
To refer to it by name, use
TableOfContentsTool
(make sure the library Library.Tools.Write is included with Include Libaries) - To refer to it by its full path, use
Library.Tools.Write.TableOfContentsTool
See also: