public class PresentedBySpeaker extends SlideShowType
Presented by a speaker (full screen)
Presentation pres = new Presentation(); try { pres.getSlideShowSettings().setSlideShowType(new PresentedBySpeaker()); pres.save("pres.pptx", SaveFormat.Pptx); } finally { if (pres != null) pres.dispose(); }
| Constructor and Description |
|---|
PresentedBySpeaker()
Initializes a new instance of the PresentedBySpeaker class.
|
public PresentedBySpeaker()
Initializes a new instance of the PresentedBySpeaker class.
Presentation pres = new Presentation(); try { pres.getSlideShowSettings().setSlideShowType(new PresentedBySpeaker()); pres.save("pres.pptx", SaveFormat.Pptx); } finally { if (pres != null) pres.dispose(); }
Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.