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