AnimateTransitions
Html5Options.AnimateTransitions property
Gibt die Animationsoption für Übergänge zurück oder legt sie fest. Lesen/SchreibenBoolean .
public bool AnimateTransitions { get; set; }
Beispiele
Beispiel:
[C#]
using (Presentation pres = new Presentation("demo.pptx"))
{
pres.Save("demo-animate-transitions.html", SaveFormat.Html5, new Html5Options()
{
AnimateTransitions = true
});
}
Siehe auch
- class Html5Options
- namensraum Aspose.Slides.Export
- Montage Aspose.Slides