public class PresentationEditOptions extends Object implements IEditOptions
Allows to specify custom options for editing documents of all supportable Presentation (PowerPoint-compatible) formats
Constructor and Description |
---|
PresentationEditOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
getShowHiddenSlides()
Specifies whether the hidden slides should be included or not.
|
int |
getSlideNumber()
Allows to specify the slide numbers, which should be opened for editing
|
void |
setShowHiddenSlides(boolean value)
Specifies whether the hidden slides should be included or not.
|
void |
setSlideNumber(int value)
Allows to specify the slide numbers, which should be opened for editing
|
public final boolean getShowHiddenSlides()
Specifies whether the hidden slides should be included or not. Default is false - hidden slides are not shown and exception will be thrown while trying to edit them.
public final int getSlideNumber()
Allows to specify the slide numbers, which should be opened for editing
ShowHiddenSlides
(getShowHiddenSlides()
/setShowHiddenSlides(boolean)
)
option is set to 'false', the exception will be thrown.public final void setShowHiddenSlides(boolean value)
Specifies whether the hidden slides should be included or not. Default is false - hidden slides are not shown and exception will be thrown while trying to edit them.
public final void setSlideNumber(int value)
Allows to specify the slide numbers, which should be opened for editing
ShowHiddenSlides
(getShowHiddenSlides()
/setShowHiddenSlides(boolean)
)
option is set to 'false', the exception will be thrown.