Hi, I’m using the latest version of Aspose.Slides (21.2.0.0).
I want to add an action button in the slide that calls the macro.
But I don’t know how to set it.
var shape = ppt.Shapes.AddAutoShape(ShapeType.BlankButton, 0, 0, 300, 100);
shape.HyperlinkClick = /* How do you do it? */
I debugged and looked at the existing action buttons.
ppt.Slides[0].Shapes[0].HyperlinkClick
Please see the attached image.
scsh 2021-03-12 161924.jpg (27.1 KB)
What seems to be the contents of the macro was set in the mysterious property.
Can this be set programmatically?
Help me.
Best Regard.