Hyperlink shape to slide within presentation

Home Forums PresentationML Hyperlink shape to slide within presentation

This topic contains 0 replies, has 1 voice, and was last updated by  manjuransari143 4 years, 3 months ago.

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #8318

    manjuransari143
    Participant

    I want to link a given image to another slide within the presentation. I tried adding relationship by the method AddHyperlinkRelationship and passing isExternal parameter as false. But the method is adding relationship with type hyperlink and not slide. Also TargetMode is external in spite of setting isExternal parameter as false.

    following is my code snippet:
    HyperlinkOnClick hyperlinkOnClick = new HyperlinkOnClick { Id = relationshipId, Action = “ppaction://hlinksldjump”, Tooltip = “Chessboard” };
    nonVisualDrawingProperties.InsertBefore(hyperlinkOnClick, nonVisualDrawingPropertiesExtensionList);
    reqSlidePart.AddHyperlinkRelationship(linkSlideUri, isExternal: false, relationshipId);

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.