Filter.ResolveHyperlinks Method |
Resolves all hyperlinks.
[VBScript] Public Sub ResolveHyperlinks()
[JScript] public function ResolveHyperlinks();
When a Word document is exported, Help Producer creates hyperlinks that reference topics through the use of bookmarks, instead by filename. This allows you to freely change the filename of any topic without breaking the hyperlink. Before the topic files are saved, these bookmarks need to be resolved to reference the topic by it’s filename. This can be accomplished by calling ResolveHyperlinks. If you change a topic’s filename after ResolveHyperlinks is called, the hyperlink will break.