AnimateTransitions
IHtml5Options.AnimateTransitions property
Devuelve o establece la opción de animación de transiciones. Lectura/escrituraBoolean .
public bool AnimateTransitions { get; set; }
Ejemplos
Ejemplo:
[C#]
using (Presentation pres = new Presentation("demo.pptx"))
{
pres.Save("demo-animate-transitions.html", SaveFormat.Html5, new Html5Options()
{
AnimateTransitions = true
});
}
Ver también
- interface IHtml5Options
- espacio de nombres Aspose.Slides.Export
- asamblea Aspose.Slides