CopyReferenceToParagraph
Tool |
With the copy reference to paragraph tool, you can easily create hyperlinks to locations in a Blockpad report frame.
Create a hyperlink using copy reference to paragraph:
- Select the paragraph you want to link to.
- Select Write>Copy Reference to Paragraph.
- Go to where you want the hyperlink.
- Click the insert button (or press ctrl+k).
- Select Hyperlink.
- Click OK.
- Paste in the hyperlink address.
- Click OK.
See also:
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
CopyReferenceToParagraph
(make sure the library Library.Tools.Write is included with Include Libaries) - To refer to it by its full path, use
Library.Tools.Write.CopyReferenceToParagraph
See also: