SetMacroHyperlinkClick
IHyperlinkManager.SetMacroHyperlinkClick method
Establecer macro hipervínculo en un clic.
public IHyperlink SetMacroHyperlinkClick(string macroName)
Parámetro | Escribe | Descripción |
---|---|---|
macroName | String | Nombre de la macro |
Valor_devuelto
Objeto de hipervínculoIHyperlink
Ejemplos
[C#]
using (Presentation presentation = new Presentation())
{
IAutoShape shape = presentation.Slides[0].Shapes.AddAutoShape(ShapeType.BlankButton, 20, 20, 80, 30);
shape.HyperlinkManager.SetMacroHyperlinkClick("MacroName");
}
Ver también
- interface IHyperlink
- interface IHyperlinkManager
- espacio de nombres Aspose.Slides
- asamblea Aspose.Slides