public class BrowsedByIndividual extends SlideShowType
Browsed by individual (window)
Presentation pres = new Presentation(); try { pres.getSlideShowSettings().setSlideShowType(new BrowsedByIndividual()); pres.save("pres.pptx", SaveFormat.Pptx); } finally { if (pres != null) pres.dispose(); }
| Constructor and Description |
|---|
BrowsedByIndividual()
Initializes a new instance of the BrowsedByIndividual class.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getShowScrollbar()
Show Scroll Bar in Window
|
void |
setShowScrollbar(boolean value)
Show Scroll Bar in Window
|
public BrowsedByIndividual()
Initializes a new instance of the BrowsedByIndividual class.
Presentation pres = new Presentation(); try { pres.getSlideShowSettings().setSlideShowType(new BrowsedByIndividual()); pres.save("pres.pptx", SaveFormat.Pptx); } finally { if (pres != null) pres.dispose(); }
Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.