Skip to content
Discussion options

You must be logged in to vote

For anyone looking for the same.

AddHyperlinkToEmbeddedDocument() adds a hyperlink to a Destination (destinationPath) of the Embedded document, and not the document itself.

As mentioned in the comments:

    // Summary:
    //     Adds a new Hyperlink of Type "EmbeddedDocument". The target is a Bookmark in
    //     an embedded Document in this Document.
    //
    // Parameters:
    //   destinationPath:
    //     The path to the named destination through the embedded documents. The path is
    //     separated by '\' and the last segment is the name of the named destination. The
    //     other segments describe the route from the current (root or embedded) document
    //     to the …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mitsakosgr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant