PresentedBySpeaker
PresentedBySpeaker class
Présenté par un intervenant (plein écran)
public class PresentedBySpeaker : SlideShowType
Constructeurs
Nom | Description |
---|---|
PresentedBySpeaker() | Initialise une nouvelle instance de la classe PresentedBySpeaker. |
Exemples
[C#]
using (Presentation pres = new Presentation())
{
pres.SlideShowSettings.SlideShowType = new PresentedBySpeaker();
pres.Save("pres.pptx", SaveFormat.Pptx);
}
Voir aussi
- class SlideShowType
- namespace Aspose.Slides
- assembly Aspose.Slides