BrowsedByIndividual

Inheritance: java.lang.Object, com.aspose.slides.SlideShowType

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();
 }

Constructors

ConstructorDescription
BrowsedByIndividual()Initializes a new instance of the BrowsedByIndividual class.

Methods

MethodDescription
getShowScrollbar()Show Scroll Bar in Window
setShowScrollbar(boolean value)Show Scroll Bar in Window

BrowsedByIndividual()

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();
 }

getShowScrollbar()

public final boolean getShowScrollbar()

Show Scroll Bar in Window

Returns: boolean

setShowScrollbar(boolean value)

public final void setShowScrollbar(boolean value)

Show Scroll Bar in Window

Parameters:

ParameterTypeDescription
valueboolean