AnimateShapes
IHtml5Options.AnimateShapes-Eigenschaft
Gibt die Animationsoption für Formen zurück oder setzt sie. Lese-/Schreib-Boolean.
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
- Schnittstelle IHtml5Options
- Namespace Aspose.Slides.Export
- Assembly Aspose.Slides