public final class PptSlide extends Object
Represents slide in PptFormat
.
Constructor and Description |
---|
PptSlide()
Initializes a new instance of the
PptSlide class. |
Modifier and Type | Method and Description |
---|---|
int |
getIndex()
Gets the index of the slide.
|
String |
getName()
Gets slide name.
|
long |
getSlideId()
Gets the slide id.
|
public final String getName()
Gets slide name.
public final int getIndex()
Gets the index of the slide.
public final long getSlideId()
Gets the slide id.
Copyright © 2018. All rights reserved.