SetMacroHyperlinkClick
IHyperlinkManager.SetMacroHyperlinkClick method
Définir le lien hypertexte de la macro en un clic.
public IHyperlink SetMacroHyperlinkClick(string macroName)
Paramètre | Taper | La description |
---|---|---|
macroName | String | Nom de la macro |
Return_Value
Objet lien hypertexteIHyperlink
Exemples
[C#]
using (Presentation presentation = new Presentation())
{
IAutoShape shape = presentation.Slides[0].Shapes.AddAutoShape(ShapeType.BlankButton, 20, 20, 80, 30);
shape.HyperlinkManager.SetMacroHyperlinkClick("MacroName");
}
Voir également
- interface IHyperlink
- interface IHyperlinkManager
- espace de noms Aspose.Slides
- Assemblée Aspose.Slides