AnimateTransitions
Html5Options.AnimateTransitions property
Renvoie ou définit l’option d’animation des transitions. Lecture/écritureBoolean .
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 également
- class Html5Options
- espace de noms Aspose.Slides.Export
- Assemblée Aspose.Slides