AnimateTransitions
Propriété IHtml5Options.AnimateTransitions
Retourne ou définit l’option d’animation des transitions. Boolean en lecture/écriture.
public bool AnimateTransitions { get; set; }
Exemples
Exemple:
[C#]
using (Presentation pres = new Presentation("demo.pptx"))
{
pres.Save("demo-animate-transitions.html", SaveFormat.Html5, new Html5Options()
{
AnimateTransitions = true
});
}
Voir Aussi
- interface IHtml5Options
- namespace Aspose.Slides.Export
- assembly Aspose.Slides