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